unbound-generics-0.1: Reimplementation of Unbound using GHC Generics

Stabilityexperimental
MaintainerAleksey Kliger
Safe HaskellNone

Unbound.Generics.LocallyNameless.Unsafe

Description

Dangerous operations that may disturb the invariants of Unbind.Generics.LocallyNameless or of your AST.

Synopsis

Documentation

unsafeUnbind :: (Alpha p, Alpha t) => Bind p t -> (p, t)Source

A destructor for binders that does not guarantee fresh names for the binders.