config.ml
acgtk.acgData
acgtk.containers
acgtk.datalogLib
acgtk.dump
acgtk.grammars
acgtk.logic
acgtk.magicRewriting
acgtk.scripting
acgtk.svg_rendering
acgtk.utilsLib
1 2 3 4 5 6 type config = { dirs : string list; rendering_config : Svg_rendering.Rendering_config.config; step_by_step : bool; with_magic : bool; }
1 2 3 4 5 6
type config = { dirs : string list; rendering_config : Svg_rendering.Rendering_config.config; step_by_step : bool; with_magic : bool; }