package bap-std

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

interface of the computation effects

method virtual lookup : var -> ('r, 'a) m
method virtual update : var -> 'r -> (unit, 'a) m
method virtual load : 's -> addr -> ('r, 'a) m
method virtual store : 's -> addr -> word -> ('r, 'a) m