Safe Haskell | Safe-Inferred |
---|
Simulates the isWhitespace
Java method. http://docs.oracle.com/javase/6/docs/api/java/lang/Character.html#isWhitespace%28int%29
- class Enum c => IsWhitespace c where
- isWhitespace :: c -> Bool
- isNotWhitespace :: c -> Bool
Documentation
class Enum c => IsWhitespace c whereSource
Instances simulate Java characters and provide a decision on simulating isWhitespace
.
isWhitespace :: c -> BoolSource
isNotWhitespace :: c -> BoolSource