Class type T2.eff

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