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