Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
impl.ml
1 2 3 4 5 6 7 8 9 10
module type M = sig val make_prompt : string -> (Zed_char.t * LTerm_style.t) array val make_error : string -> (Zed_char.t * LTerm_style.t) array val make_select : current:int -> string list -> (Zed_char.t * LTerm_style.t) array end