config.ml
acgtk.acgData
acgtk.containers
acgtk.datalogLib
acgtk.dump
acgtk.grammars
acgtk.logic
acgtk.magicRewriting
acgtk.scripting
acgtk.svg
acgtk.svg_cairo
acgtk.svg_dummy
acgtk.utilsLib
1 2 3 4 5 6 7 type config = { dirs : string list; rendering_config : SvgLib.Svg.config; (* optional file name for a svg configuration file *) step_by_step : bool; with_magic : bool; width : int option; }
1 2 3 4 5 6 7
type config = { dirs : string list; rendering_config : SvgLib.Svg.config; (* optional file name for a svg configuration file *) step_by_step : bool; with_magic : bool; width : int option; }