diff options
Diffstat (limited to 'caml/Allocationaux.mli')
-rw-r--r-- | caml/Allocationaux.mli | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/caml/Allocationaux.mli b/caml/Allocationaux.mli deleted file mode 100644 index 0cf3b94..0000000 --- a/caml/Allocationaux.mli +++ /dev/null @@ -1,5 +0,0 @@ -open Datatypes -open List -open Locations - -val parallel_move_order: loc list -> loc list -> (loc, loc) prod list |