libcspm-1.0.0: A library providing a parser, type checker and evaluator for CSPM.

Safe HaskellNone

CSPM.Evaluator.PatBind

Documentation

class Bindable a whereSource

Methods

bind :: a -> Value -> (Bool, [(Name, Value)])Source

Instances

bindAll :: Bindable a => [a] -> [Value] -> (Bool, [(Name, Value)])Source