= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
On This Page
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Transition Table
val print_token : token CCFormat.printer
val empty : t
val pick_key : Random.State.t -> t -> token
pick_key rand t
picks one of the keys of t
val pick : Random.State.t -> token list -> t -> token
Pick a token following the given path, randomly
val print : t CCFormat.printer
Pretty-print the tree on the given formatter
val write_to : out_channel -> t -> unit
Serialize to channel
val read_from : in_channel -> t
Deserialize from channel
On This Page