package styled-ppx

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val max_or_min_values : ('a -> string) -> 'a array -> string
val min_max_num_to_string : ('a -> string) -> [< `calc of [< `add of 'a * 'a | `div of 'a * float | `mult of 'a * 'a | `sub of 'a * 'a ] | `max of 'a array | `min of 'a array | `num of float ] -> string
val min_max_to_string : ('a -> string) -> ([> `max of 'b | `min of 'c ] -> string) -> [< `add of 'a * 'a | `div of 'a * float | `max of 'b | `min of 'c | `mult of 'a * 'a | `sub of 'a * 'a ] -> string
OCaml

Innovation. Community. Security.