Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Formatting.UtilSourcetokenize value ~using:(module M) transforms value to a list of tokens.
val format :
't. ?stylizer:Stylizer.t ->
?parentheses:(string * string) ->
't ->
using:(module TOKENIZABLE with type t = 't) ->
stringformat ?stylizer value ~using:(module M) transforms the value into a pretty-printable string using the stylizer if M provides tokenization for the value type.