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 m
method virtual update : var -> 'r -> unit m
method virtual load : 's -> addr -> 'r m
method virtual store : 's -> addr -> word -> 'r m