funcons-tools-0.2.0.11: A modular interpreter for executing funcons
Safe HaskellNone
LanguageHaskell2010

Funcons.RunOptions

Documentation

type InputValues = Map Name [Values] Source #

bool_opt_default :: Bool -> Name -> Map Name String -> Bool Source #

bool_opt :: Name -> Map Name String -> Bool Source #

chooses :: (Show t, Ord t, HasAlts (OO f j)) => String -> f (j t a) -> SymbExpr t a Source #