Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Playground
Documentation
popularGismu :: IO [Gismu] Source #
popularGismuWords :: IO [Text] Source #
loadGismuFromText :: Dictionary -> Text -> [Gismu] Source #
terryWords :: IO [Text] Source #
samplesFromGenerator :: (StdGen -> (a, StdGen)) -> [a] Source #
showSamplesFromGenerator :: Show a => (StdGen -> (a, StdGen)) -> String Source #
displaySamplesFromGenerator :: Show a => (StdGen -> (a, StdGen)) -> IO () Source #
saveDictionaries :: IO () Source #
saveDictionary :: FilePath -> Dictionary -> IO () Source #
displayEberbanParseSamples :: IO () Source #