package styled-ppx

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `disc
  2. | `circle
  3. | `square
  4. | `decimal
  5. | `lowerAlpha
  6. | `upperAlpha
  7. | `lowerGreek
  8. | `lowerLatin
  9. | `upperLatin
  10. | `lowerRoman
  11. | `upperRoman
  12. | `none
]
val toString : [< `circle | `decimal | `disc | `lowerAlpha | `lowerGreek | `lowerLatin | `lowerRoman | `none | `square | `upperAlpha | `upperLatin | `upperRoman ] -> string
OCaml

Innovation. Community. Security.