HaskellCI.Bash.Template
Contents
data Z Source #
Constructors
Fields
Defined in HaskellCI.Bash.Template
Associated Types
type Rep Z :: Type -> Type #
Methods
from :: Z -> Rep Z x #
to :: Rep Z x -> Z #
toType :: Proxy Z -> Ty #
toTypeList :: Proxy Z -> Ty #
toValue :: Z -> Value #
toValueList :: [Z] -> Value #
fromValue :: Loc -> Value -> Either RuntimeError Z #
fromValueList :: Loc -> Value -> Either RuntimeError [Z] #
defaultZ :: Z Source #
renderIO :: Z -> IO String Source #
render :: Z -> String Source #