Module CSEgen

type op_class =
| Op_pure
| Op_checkbound
| Op_load
| Op_store of bool
| Op_other
class cse_generic : object ... end