package styled-ppx

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module FilledOrOpen : sig ... end
module Shape : sig ... end
type t = [
  1. | `none
  2. | FilledOrOpen.t
  3. | Shape.t
  4. | `string of string
]
val toString : [< `circle | `dot | `double_circle | `filled | `none | `open_ | `sesame | `string of string | `triangle ] -> string
OCaml

Innovation. Community. Security.