Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- fixType :: Cat -> String
- fixTypeQual :: String -> Cat -> String
- fixTypeUpper :: Cat -> String
- reservedOCaml :: [String]
- reservedOCamlLex :: [String]
- ocamlTokenName :: String -> String
- mkTuple :: [String] -> String
- insertBar :: [String] -> [String]
- mutualDefs :: [String] -> [String]
- mkEsc :: String -> String
Documentation
fixTypeUpper :: Cat -> String Source #
reservedOCaml :: [String] Source #
reservedOCamlLex :: [String] Source #
Keywords of ocamllex
.
ocamlTokenName :: String -> String Source #
Heuristics to produce name for ocamllex token definition that does not clash with the ocamllex keywords.
mutualDefs :: [String] -> [String] Source #