package styled-ppx

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `auto
  2. | `ident of string
  3. | `num of int
  4. | `numIdent of int * string
  5. | `span of [ `num of int | `ident of string ]
]
val auto : [> `auto ]
val ident : 'a -> [> `ident of 'a ]
val num : 'a -> [> `num of 'a ]
val numIdent : 'a -> 'b -> [> `numIdent of 'a * 'b ]
val span : 'a -> [> `span of 'a ]
val toString : [< `auto | `ident of string | `num of int | `numIdent of int * string | `span of [< `ident of string | `num of int ] ] -> string
OCaml

Innovation. Community. Security.