haskell-nullpointer icon indicating copy to clipboard operation
haskell-nullpointer copied to clipboard

NullPointerExceptions in Haskell

Results 1 haskell-nullpointer issues
Sort by recently updated
recently updated
newest added

C++ uses `nullptr` for null pointer literals: https://en.cppreference.com/w/cpp/language/nullptr This package could do the same to avoid a name clash. Or not. Just an idea.