Demo1_ExprEvalSequential |
Demo of evaluation of expressions in an imperative way.
|
Demo1_ExprEvalSequentialExcpt |
Demo of evaluation of expressions in an imperative way with exceptions.
|
Demo2_ExprEvalId |
Demo of evaluation of expressions with Monad Id.
|
Demo3_ExprEvalOptional |
Demo of evaluation of expressions with Monad Optional.
|
Demo4_ExprEvalFSet |
Demo of evaluation of expressions with Monad FSet.
|
Demo5_ExprEvalLogged |
Demo of evaluation of expressions with Monad Logged.
|
Demo6_ExprEvalReader |
Demo of evaluation of expressions with Monad Reader.
|
Id<T> |
Class representing the identity monad.
|
Logged<A> |
Class representing Logged monad.
|
Reader<C,A> |
Class representing Reader monad.
|