widgets are drawn via a ref'd data structure so we can maybe manipulate it
This commit is contained in:
@ -1 +1 @@
|
|||||||
|
profile = compact
|
||||||
1
.ocamlformat-ignore
Normal file
1
.ocamlformat-ignore
Normal file
@ -0,0 +1 @@
|
|||||||
|
init.ml
|
||||||
2
init.ml
2
init.ml
@ -1,6 +1,6 @@
|
|||||||
(* $Id$ -*- tuareg -*- *)
|
(* $Id$ -*- tuareg -*- *)
|
||||||
|
|
||||||
#use_output "dune top | grep -v \"ocamltoplevel.cma\\|ocaml_toplevel.cma\\|topinf.cma\"";; (* `head -n -1` to remove the topinf.cma which fuck this shit all up *)
|
#use_output "dune top | grep -v \"ocamltoplevel.cma\\|ocaml_toplevel.cma\\|topinf.cma\"";; (* grep to remove the topinf.cma which fuck this shit all up *)
|
||||||
open Topinf;;
|
open Topinf;;
|
||||||
let print_directives () =
|
let print_directives () =
|
||||||
Format.printf "directive_info_table:@.";
|
Format.printf "directive_info_table:@.";
|
||||||
|
|||||||
Reference in New Issue
Block a user