package styled-ppx

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type multiplier =
  1. | One
  2. | Zero_or_more
  3. | One_or_more
  4. | Optional
  5. | Repeat of int * int option
  6. | Repeat_by_comma of int * int option
  7. | At_least_one
val show_multiplier : multiplier -> Ppx_deriving_runtime.string
type terminal =
  1. | Delim of string
  2. | Keyword of string
  3. | Data_type of string
  4. | Property_type of string
val show_terminal : terminal -> Ppx_deriving_runtime.string
type combinator =
  1. | Static
  2. | And
  3. | Or
  4. | Xor
val show_combinator : combinator -> Ppx_deriving_runtime.string
type value =
  1. | Terminal of terminal * multiplier
  2. | Combinator of combinator * value list
  3. | Group of value * multiplier
  4. | Function_call of string * value
val string_of_value : Css_spec_parser__.Ast.value -> string
val value_of_string : string -> Css_spec_parser__.Ast.value option
OCaml

Innovation. Community. Security.