mpp
A preprocessor meant to blend languages.
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library mpp
val set :
Mpp_charstream.charstream ->
Mpp_charstream.charstream ->
'ignored ->
unit
val get :
Mpp_charstream.charstream ->
Mpp_charstream.charstream ->
Out.t ->
unit
val tryget :
Mpp_charstream.charstream ->
Mpp_charstream.charstream ->
Out.t ->
unit
val unset :
Mpp_charstream.charstream ->
Mpp_charstream.charstream ->
'ignored ->
unit
val unsetall : 'string -> 'charstream -> Out.t -> unit
val ifdef :
bool option ref ->
bool ->
Mpp_charstream.charstream ->
Mpp_charstream.charstream ->
Out.t ->
unit
val ifndef :
bool option ref ->
bool ->
Mpp_charstream.charstream ->
Mpp_charstream.charstream ->
Out.t ->
unit
val elzeifdef :
bool option ref ->
bool ->
Mpp_charstream.charstream ->
Mpp_charstream.charstream ->
Out.t ->
unit
val elze :
bool option ref ->
bool ->
Mpp_charstream.charstream ->
Mpp_charstream.charstream ->
Out.t ->
unit