unison-runtime-0.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Unison.Runtime.Interface

Synopsis

Documentation

data StoredCache Source #

A version of the Code Cache designed to be serialized to disk as standalone bytecode.

Instances

Instances details
Show StoredCache Source # 
Instance details

Defined in Unison.Runtime.Interface

data RuntimeHost Source #

Whether the runtime is hosted within a persistent session or as a one-off process. This affects the amount of clean-up and book-keeping the runtime does.

Constructors

OneOff 
Persistent 

data Runtime v #