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

Hydra.Dsl.Types

Description

A DSL for constructing Hydra types

Documentation

(>:) :: String -> Type -> FieldType infixr 0 Source #

(-->) :: Type -> Type -> Type infixr 0 Source #

sum :: [Type] -> Type Source #

Orphan instances

IsString Type Source # 
Instance details

Methods

fromString :: String -> Type #