package rfsm

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val pp : ?none:string -> (Stdlib.Format.formatter -> 'a -> unit) -> Stdlib.Format.formatter -> 'a option -> unit

pp ?none pp_v fmt o prints value v if o is Some v, using pp_v and prints the string none (defaulting to "") if o is None