- 26 Aug, 2014 2 commits
-
-
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 2 commits
-
-
Pietro Abate authored
-
Pietro Abate authored
-
- 19 Aug, 2014 6 commits
-
-
Pietro Abate authored
-
Pietro Abate authored
-
Pietro Abate authored
-
Pietro Abate authored
-
Pietro Abate authored
-
Pietro Abate authored
-
- 23 Jul, 2014 3 commits
-
-
https://git.cduce.org/cducePietro Abate authored
-
Pietro Abate authored
-
Julien Lopez authored
-
- 15 Jul, 2014 7 commits
-
-
https://git.cduce.org/cduceKim Nguyễn authored
* 'master' of https://git.cduce.org/cduce: added code for patricia trees Added few twisted examples
-
Kim Nguyễn authored
* debug-typechecking-issue-27-for-merge: Remove debugging code. Add patricia.cd file from Issue #21 Check constraints on monomorphic variables at the right place. Fix a pretty printing error for ground types (the negative part was not shown due to "worth_complement" being called twice). Rework the type variable infrastructure. Remove it from the type structure and have the auxiliary function cache the results as needed. Debugging annotations.
-
Kim Nguyễn authored
-
Kim Nguyễn authored
-
Kim Nguyễn authored
-
Giuseppe Castagna authored
-
Giuseppe Castagna authored
-
- 14 Jul, 2014 6 commits
-
-
Kim Nguyễn authored
Fix a pretty printing error for ground types (the negative part was not shown due to "worth_complement" being called twice).
-
Kim Nguyễn authored
Fix a pretty printing error for ground types (the negative part was not shown due to "worth_complement" being called twice).
-
Kim Nguyễn authored
* new-variables-issue-26: Rework the type variable infrastructure. Remove it from the type structure and have the auxiliary function cache the results as needed. Properly check constraints on monomprhic variable during constraint generation: when a constraint 'a < t or t < 'a with 'a being monomorphic occurs during constraint generation, we check whether it holds for all 'a, that is we use plain subtyping. (It generalizes the fact that 'a < Any or Empty < 'a hold for monomorphic variables, but also accounts for constraints such as 'a < 'a | t and so on). Conflicts: types/types.ml
-
Kim Nguyễn authored
Rework the type variable infrastructure. Remove it from the type structure and have the auxiliary function cache the results as needed.
-
Kim Nguyễn authored
-
Kim Nguyễn authored
when a constraint 'a < t or t < 'a with 'a being monomorphic occurs during constraint generation, we check whether it holds for all 'a, that is we use plain subtyping. (It generalizes the fact that 'a < Any or Empty < 'a hold for monomorphic variables, but also accounts for constraints such as 'a < 'a | t and so on).
-
- 13 Jul, 2014 1 commit
-
-
Kim Nguyễn authored
- Change the precedence of the XML constructor to be stronger than the set-theoretic operations (compatibility with previous CDuce) - Pretty-printing of regular expressions. When the input type contains a sequence type, print the sequence as a regular expression. Do not print empty sequences unless the rest of the atom components is finite: `a |`b | `nil will be printed as [] | `a | `b but Atom \ 'a will be printed as Atom \'a and not Atom \ ('a | `nil) | [] - Remove Arrow from positive arrow part (unless it is the only component) - Fix a bug where records would be printed instead of attributes
-