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

Safe HaskellNone
LanguageHaskell98

Lvm.Core.Module

Documentation

data Module v Source

Constructors

Module 

Instances

type Tag = Int Source

mapDecls :: (Decl v -> Decl w) -> Module v -> Module w Source