multiverse-debugging-0.2.0.1: A framework for multiverse debugging
Safe HaskellSafe-Inferred
LanguageHaskell2010

MVD.DebuggerJS

Documentation

data ProgramState c a Source #

Constructors

ProgramState 

Fields

class DebugGUI c a where Source #

Methods

config_to_html :: c -> [(Integer, a)] -> IO () Source #