hydra-0.1.1: Type-aware transformations for data and programs
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hydra.Impl.Haskell.Codegen

Description

Entry point for Hydra code generation utilities

Documentation

assignSchemas :: (Ord m, Show m) => Bool -> Module m -> GraphFlow m (Module m) Source #

runFlow :: s -> Flow s a -> IO (Maybe a) Source #