package styled-ppx

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `odd
  2. | `even
  3. | `n of int
  4. | `add of int * int
]
val toString : [< `add of Js.Int.t * Js.Int.t | `even | `n of Js.Int.t | `odd ] -> string
OCaml

Innovation. Community. Security.