package binsec

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

Module Logger.EmphasisSource

Sourcetype t =
  1. | Default
  2. | Bold
  3. | Italic
Sourceval to_string : t -> string
Sourceval of_string : string -> t

of_string s parses an emphasis name s into a t. Returns Default if the name is unrecognized.