package styled-ppx

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `none
  2. | `set of string * int
]
val set : ?value:int -> 'a -> [> `set of 'a * int ]
val toString : [< `none | `set of string * int ] -> string
OCaml

Innovation. Community. Security.