package bap-recipe

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

Recipe Parameters.

type t = param
val name : param -> string

name p the parameter p name.

val doc : param -> string

doc p the parameter p description.

val default : param -> string

default p the default value of the parameter p.

val pp : Stdlib.Format.formatter -> param -> unit

pp ppf p prints the human-readable description of p.