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

Hydra.Dsl.Terms

Description

A DSL for constructing Hydra terms

Documentation

(>:) :: String -> Term -> Field infixr 0 Source #

sum :: Int -> Int -> Term -> Term Source #

with :: Term -> [Field] -> Term Source #

Orphan instances

IsString Term Source # 
Instance details

Methods

fromString :: String -> Term #