Compare commits
No commits in common. "26f16658cf182139f43822152ef9bd1c817aa69c" and "9ccd1c005b79fa9f1a6bb4ea7eb4531560c37b23" have entirely different histories.
26f16658cf
...
9ccd1c005b
3 changed files with 1 additions and 13 deletions
2
Makefile
2
Makefile
|
|
@ -7,7 +7,7 @@ format:
|
|||
ocp-indent --inplace src/*
|
||||
|
||||
edit:
|
||||
codium . -n
|
||||
code . -n
|
||||
|
||||
demo: build
|
||||
@echo "\n==== EXECUTING ====\n"
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
(* Yes, we have to repeat open Graph. *)
|
||||
open Graph
|
||||
|
||||
(* assert false is of type ∀α.α, so the type-checker is happy. *)
|
||||
let clone_nodes gr = assert false
|
||||
let gmap gr f = assert false
|
||||
let add_arc gr f = assert false
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
open Graph
|
||||
|
||||
val clone_nodes: 'a graph -> 'b graph
|
||||
val gmap: 'a graph -> ('a -> 'b) -> 'b graph
|
||||
val add_arc: int graph -> id -> id -> int -> int graph
|
||||
Loading…
Reference in a new issue