| Safe Haskell | Safe-Inferred |
|---|
Agda.Utils.Suffix
Documentation
isSubscriptDigit :: Char -> BoolSource
Is the character one of the subscripts '?
@-@'
toSubscriptDigit :: Char -> CharSource
Converts '0'@-@'9' to '.
@-@'
Precondition: The digit needs to be in range.
fromSubscriptDigit :: Char -> CharSource
Converts ' to @-@''0'@-@'9'.
Precondition: The digit needs to be in range.
nextSuffix :: Suffix -> SuffixSource
suffixView :: String -> (String, Suffix)Source