ContentsIndex
Sheet.Expr
Documentation
data Val
Constructors
I Int
F Double
S String
B Bool
E String
Unused
show/hide Instances
Eq Val
Ord Val
Read Val
Show Val
valNegate :: Val -> Val
data Fml
Constructors
Inp Val
Ref Indx
RefRng Rng
Outer Fml
Bin BinOp Fml Fml
Agg BinOp Rng
AggL LogOp Rng
If Fml Fml Fml
Log LogOp Fml Fml
Func String [Fml]
UnkFml
show/hide Instances
Eq Fml
Ord Fml
Show Fml
data BinOp
Constructors
Plus
Minus
Mult
Div
Avg
Exp
show/hide Instances
Eq BinOp
Ord BinOp
Read BinOp
Show BinOp
data LogOp
Constructors
Eq
Neq
Lt
Gt
And
Or
show/hide Instances
Eq LogOp
Ord LogOp
Read LogOp
Show LogOp
fshow :: BinOp -> String
rshow :: [Fml] -> String
type Rng = [Fml]
lop :: Ord a => LogOp -> a -> a -> Bool
Produced by Haddock version 0.8