lvmlib-1.1: The Lazy Virtual Machine (LVM).

Safe HaskellNone

Lvm.Core.FreeVar

Documentation

class FreeVar a whereSource

Methods

freeVar :: a -> IdSetSource

class Binder a whereSource

Methods

binder :: a -> IdSetSource

Instances