monads. Functional Language Single Assignment: Value = value. Value = othervalue. % -> no match exception - This exception happens at runtime Pattern Matched: {LeftHandSide, _} = {value, othervalue}. LeftHandSide. % -> value - Used for all forms of case statements Friday, March 8, 13