package styled-ppx

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module TextEmphasisStyle.FilledOrOpen

type t = [
  1. | `filled
  2. | `open_
]
val toString : t -> string