Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
lookupPrimitiveFunction :: Context m -> Name -> Maybe (PrimitiveFunction m) Source #
requirePrimitiveFunction :: Name -> GraphFlow m (PrimitiveFunction m) Source #
schemaContext :: Context m -> Context m Source #
withSchemaContext :: GraphFlow m a -> GraphFlow m a Source #
module Hydra.Common