Safe Haskell | None |
---|---|
Language | Haskell2010 |
Print.Console
Documentation
printLangs :: IO () Source #
printWordsFrom :: LanguageName -> IO () Source #
printWordsFromBySound :: LanguageName -> Text -> IO () Source #
printWordsSoundsFromLang :: LanguageName -> IO () Source #
printWordsConstClusters :: LanguageName -> IO () Source #
printWordsConstStartingClusters :: LanguageName -> IO () Source #
printWordsConstLastClusters :: LanguageName -> IO () Source #
printLookupWord :: Text -> IO () Source #
printLookupWordByAncestor :: Text -> IO () Source #
printTranslate :: Text -> IO () Source #
printNotEvolvedWordsFrom :: LanguageName -> LanguageName -> IO () Source #
printEvolveLaws :: LanguageName -> LanguageName -> IO () Source #
printTraceWordEvolve :: WordText -> [LanguageName] -> IO () Source #
cEvolveLangs :: LanguageName -> LanguageName -> IO () Source #
cEvolveAllLangWithAll :: IO () Source #
cReEvolveAllLangWithAll :: IO () Source #
cdoAllLangWithAll :: MonadIO m => (LanguageName -> LanguageName -> AppT m (Maybe (Int, LanguageName, LanguageName))) -> ReaderT SqlBackend m () Source #
cReEvolveLangs :: LanguageName -> LanguageName -> IO () Source #
prettyEvolveResult :: (Int, LanguageName, LanguageName) -> Doc AnsiStyle Source #
conShow :: PartOfSpeech -> Text Source #