hakaru-0.3.0: A probabilistic programming language
Language.Hakaru.Command
type Term a = TrivialABT Term '[] a Source #
parseAndInfer :: Text -> Either Text (TypedAST (TrivialABT Term)) Source #
splitLines :: Text -> Maybe (Vector Text) Source #
readFromFile :: String -> IO Text Source #
writeToFile :: String -> Text -> IO () Source #