Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Language.Lojban.Core
Documentation
data SimpleBridi Source #
Constructors
SimpleBridi | |
Fields
|
Instances
Show SimpleBridi Source # | |
Defined in Language.Lojban.Core Methods showsPrec :: Int -> SimpleBridi -> ShowS # show :: SimpleBridi -> String # showList :: [SimpleBridi] -> ShowS # | |
Eq SimpleBridi Source # | |
Defined in Language.Lojban.Core |
type SimpleBridiGenerator = StdGen -> (SimpleBridi, StdGen) Source #
type SimpleBridiDisplayer = StdGen -> SimpleBridi -> (Text, StdGen) Source #
type TextGenerator = StdGen -> (Text, StdGen) Source #
data Dictionary Source #
Constructors
Dictionary | |
Instances
ToJSON Dictionary Source # | |
Defined in Language.Lojban.Core Methods toJSON :: Dictionary -> Value toEncoding :: Dictionary -> Encoding toJSONList :: [Dictionary] -> Value toEncodingList :: [Dictionary] -> Encoding | |
Show Dictionary Source # | |
Defined in Language.Lojban.Core Methods showsPrec :: Int -> Dictionary -> ShowS # show :: Dictionary -> String # showList :: [Dictionary] -> ShowS # |
Constructors
Gismu | |
Fields
|
Constructors
Cmavo | |
Fields |
Constructors
Brivla | |
Fields |
dictFindBrivla :: Dictionary -> Text -> Maybe Brivla Source #
dictFindBrivla' :: Dictionary -> Text -> Brivla Source #
dictLookupValsiDefinition :: Dictionary -> Text -> Text Source #
retrieveBrivlaPlaces :: Dictionary -> Text -> [Text] Source #