shimmer-0.1.1: The Reflective Lambda Machine

Safe HaskellSafe
LanguageHaskell98

SMR.Core.World

Synopsis

Documentation

data World w Source #

World state for evaluation

Constructors

World 

Fields

worldInit :: w -> IO (World w) Source #

Initialize a new world.