curry-base-1.0.0: Functions for manipulating Curry programs

Copyright(c) 2017 Kai-Oliver Prott
2017 Finn Teegen
LicenseBSD-3-clause
Maintainerfte@informatik.uni-kiel.de
Stabilityexperimental
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

Curry.CondCompile.Type

Description

TODO

Documentation

type Program = [Stmt] Source #

newtype Else Source #

Constructors

Else (Maybe [Stmt]) 

newtype Elif Source #

Constructors

Elif (Cond, [Stmt]) 

data Op Source #

Constructors

Eq 
Neq 
Lt 
Leq 
Gt 
Geq 

Instances

Show Op Source # 

Methods

showsPrec :: Int -> Op -> ShowS #

show :: Op -> String #

showList :: [Op] -> ShowS #

Pretty Op Source #