Module Mlpost__.Compile
module C = Mlpost__.Compiled_typesmodule D = Mlpost__.Duplicateval nop : C.commandval (++) : C.command -> C.command -> C.commandval path_names : C.name D.PthM.tval picture_names : C.name D.PicM.tval option_compile : ('a -> 'b * C.command) -> 'a option -> 'b option * C.commandval num : Mlpost__.Types.num -> Mlpost__.Types.num * C.commandval point : Mlpost__.Types.point -> Mlpost__.Types.point * C.commandval knot : Mlpost__.Types.knot_node Mlpost__.Hashcons.hash_consed -> C.knot * C.commandval joint : Mlpost__.Types.joint_node Mlpost__.Hashcons.hash_consed -> C.joint * C.commandval direction : Mlpost__.Types.direction -> C.direction * C.commandval metapath : Mlpost__.Types.metapath_node Mlpost__.Hashcons.hash_consed -> C.path * C.commandval path' : Mlpost__.Types.path_node -> C.path * C.commandval path : Mlpost__.Types.path -> C.path * C.commandval path_save : Mlpost__.Types.path -> C.path * C.commandval picture' : Mlpost__.Types.picture_node -> C.picture * C.commandval picture : D.PicM.key -> C.picture * C.commandval picture_save : D.PicM.key -> C.picture * C.commandval commandpic_pic : Mlpost__.Types.commandpic -> C.picture * C.commandval commandpic_pic_save : Mlpost__.Types.commandpic -> C.picture * C.commandval commandpic_cmd : Mlpost__.Types.commandpic -> C.commandval transform : Mlpost__.Types.transform -> C.transform * C.commandval pen : Mlpost__.Types.pen_node Mlpost__.Hashcons.hash_consed -> C.pen * C.commandval dash : Mlpost__.Types.dash_node Mlpost__.Hashcons.hash_consed -> C.dash * C.commandval dash_pattern : Mlpost__.Types.on_off -> C.on_off * C.commandval command : Mlpost__.Types.command -> C.commandval reset : unit -> unit