package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('self, 'trec, 'f, 'r) t
val stop : ('self, norec, 'r, 'r) t
val next : ('self, _, 'a, 'r) t -> ('self, _, 'b) Symbol.t -> ('self, mayrec, 'b -> 'a, 'r) t
val next_norec : ('self, norec, 'a, 'r) t -> ('self, norec, 'b) Symbol.t -> ('self, norec, 'b -> 'a, 'r) t