Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
term_width.ml1 2 3 4 5external term_width : unit -> int = "ocaml_term_width" let get () = let term_width = term_width () in if term_width <= 0 then None else Some term_width