module Pattern:sig
..end
A pattern is found on the left of a (nested) pattern match. It is built
from constructors and variables only.
module TI: TermInner
typeid =
ID.t
type'a
var ='a Var.t
module Builtin:sig
..end
type 'a
view =
| |
Builtin of |
| |
App of |
| |
Var of |
module type S =sig
..end
module Make(
T
:
TI.REPR
)
:sig
..end