Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2003-10-20 04:23:17 -0700 (Mon, 20 Oct 2003)
Revision: 223
Log message:
I did a lot of progress with the port.
I ran though into this problem:
- build front/aml/tast aml_tast_ds.cmx
+ ocamlopt.opt -warn-error A -I . -I ../../../lm_libmojave/stdlib -I ../../../lm_libmojave/util -I ../../../fir/type -I ../../../fir/util -I ../ast -c aml_tast_ds.ml
File "aml_tast_ds.ml", line 732, characters 42-50:
This expression has type
(Aml_tast.me_name * Aml_tast.label) Lm_symbol.SymbolTable.t
but is here used with type Lm_symbol.SymbolTable.key -> 'a -> 'a -> 'a
*** omake: targets not rebuilt because of errors
which I think is due to a weird definition of the union function in lm_map.ml
(stdlib/lm_map.ml) I am too tired now to tackle that problem...
Just another comment: libmojave in metaprl is slightly different from the one in omake... (for one the Lm_arg param is missing)
Changes | Path |
+1 -0 | libmojave/util/lm_parse_id.mli |
+5 -1 | libmojave/util/lm_profile.mli |
+6 -1 | libmojave/util/lm_symbol.ml |
+1 -0 | libmojave/util/lm_symbol.mli |