mlpost
OCaml library on top of Metapost
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
Parameters
module X : Signature.Boxlike
Signature
This is a generic function for placing trees, provided that the user can give us the following functions:
val place :
?ls:Num.t ->
?cs:Num.t ->
?valign:Box.position ->
?halign:Box.position ->
X.t t ->
X.t t
This is an instance of gen_place
using the tree drawing algorithm from the module Tree
.