- 08 Sep, 2014 14 commits
-
-
Pietro Abate authored
- change syntax to avoid conflicts ( tried "((", "[<", "<[", "(" ) type t {[ 'a,'b ]} = (Int,[ 'b* ]) ;; let app (f : 'a -> t {[Int,Int]} )(a : 'a) : t = f a;;
-
Pietro Abate authored
- type t 'a = ('a,'a) - type t ('a,'b) = ('a,'b) Fix Typer.pp_env printer for types Minor code refactring
-
Pietro Abate authored
-
Pietro Abate authored
-
Kim Nguyễn authored
Fix minor problem in runtime/value.ml
-
Kim Nguyễn authored
Conflicts: Makefile.distrib depend ocamliface/4.01/Makefile
-
Kim Nguyễn authored
-
Kim Nguyễn authored
Prevent the compiler from statically allocating an persistent variant (that is mutated by the OCaml runtime) Conflicts: runtime/value.ml
-
Kim Nguyễn authored
Make sure that the -g flag is correctly propagated to the auxiliary Makefile when compiling the ocaml/cduce interface
-
Kim Nguyễn authored
Conflicts: Makefile.distrib depend Change $$ in >> in types.ml for the substitution operator
-
Kim Nguyễn authored
Conflicts: configure.ml
-
Kim Nguyễn authored
- add clflags.mli to the list of files imported from the ocaml source tree - remove another use of #load for syntax extension loading. Conflicts: Makefile.distrib
-
Kim Nguyễn authored
-
Kim Nguyễn authored
Change the default inlining from 10000 to 100 (OCaml 4.02.0 generates too large binaries with -inline 10000). Conflicts: Makefile.distrib
-
- 03 Sep, 2014 1 commit
-
-
Pietro Abate authored
-
- 31 Aug, 2014 3 commits
- 28 Aug, 2014 5 commits
-
-
Kim Nguyễn authored
-
https://git.cduce.org/cduceKim Nguyễn authored
-
Kim Nguyễn authored
Do not generate equations for monomorphic variables, during the generation of type equation from constraints.
-
Kim Nguyễn authored
* Simplify the workaround to compile types/boolVar.ml (it contains a variant `True and `False which make camlp4 go crazy) * Regenerate the "depend" file (must be by calling make depend after adding new source files).
-
Pietro Abate authored
- Var identifiers are now of type U.t instead of string - Remove TVar from ast. Polymorphic variables are just types
-
- 26 Aug, 2014 3 commits
-
-
Pietro Abate authored
-
Pietro Abate authored
- New fresh variables now share the same str, but different freshness index - Remove the function is_internal from var module
-
Pietro Abate authored
-
- 25 Aug, 2014 6 commits
-
-
Pietro Abate authored
-
Pietro Abate authored
-
Pietro Abate authored
-
https://git.cduce.org/cducePietro Abate authored
-
Julien Lopez authored
-
Julien Lopez authored
-
- 21 Aug, 2014 7 commits
-
-
Pietro Abate authored
-
Kim Nguyễn authored
-
Pietro Abate authored
Now gamma is correctly propagated in the compilation Enviroment and substitions are correctly applied to abstractions
-
Pietro Abate authored
-
Pietro Abate authored
-
https://git.cduce.org/cducePietro Abate authored
-
Julien Lopez authored
-
- 20 Aug, 2014 1 commit
-
-
Pietro Abate authored
-