Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Language.Eberban.Core
Documentation
data Dictionary Source #
Constructors
Dictionary | |
Fields
|
Instances
Show Dictionary Source # | |
Defined in Language.Eberban.Core Methods showsPrec :: Int -> Dictionary -> ShowS # show :: Dictionary -> String # showList :: [Dictionary] -> ShowS # |
Constructors
Entry | |
Fields
|
type EntryGenerator = StdGen -> (Entry, StdGen) Source #
dictFindEntry :: Dictionary -> Text -> Maybe Entry Source #