package llama_interactive

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t = {
  1. mouse_x : 'a;
  2. mouse_y : 'a;
}
val init : f:(unit -> 'a) -> 'a t
val map : 'a t -> f:('a -> 'b) -> 'b t
OCaml

Innovation. Community. Security.