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