BiGUL-1.0.0.0: The Bidirectional Generic Update Language

Safe HaskellNone
LanguageHaskell2010

Generics.BiGUL.Interpreter.Unsafe

Description

The unsafe interpreters, which assume that computation always succeeds and omit all dynamic checking. Use these interpreters only when you have ensured that your BiGUL program is correct.

Synopsis

Documentation

put :: BiGUL s v -> s -> v -> s

The unsafe putback semantics of a BiGUL program.

get :: BiGUL s v -> s -> v

The unsafe get semantics of a BiGUL program.