package prbnmcn-basic-structures

  1. Overview
  2. Docs
include module type of struct include Empty end
type 'a m = 'a

'a m is the type of programs computing a value of type 'a

val const : 'a -> 'b
val raise_ : exn -> 'a