- 09 Jul, 2014 1 commit
-
-
https://git.cduce.org/cduceKim Nguyễn authored
* 'master' of https://git.cduce.org/cduce: Preliminary work-around to only substitute by any/empty variables that were introduced by the tallying. [TESTS] Progress in stdlib/list
-
- 08 Jul, 2014 5 commits
-
-
Kim Nguyễn authored
Preliminary work-around to only substitute by any/empty variables that were introduced by the tallying.
-
Julien Lopez authored
-
Kim Nguyễn authored
precise = false returns the constraint itself as output type (which is not sound when it is a variable).
-
Kim Nguyễn authored
for each component (int, atoms, pairs...) we optimize the case where the component is like T1&'a | T2 | T3&'a we split it into - T2 - T1 &'a | T3 &'a we retrieve { 'a } as the set of top level vars in the second type we compute T2 &'a | T1 &'a | T3 &'a then remove 'a from that type and return finally : T2 | ('a & (T1 | T2 | T3)) We special case if (T1 | T2 | T3) is top, then we just display T2 | 'a
-
Kim Nguyễn authored
of sequence|non_variable|(toplevelvar ^ rest) with special cases when non_variable or sequence are empty and toplevelvar or rest are any (or any combination of thoses). Add the examples of the part2 paper in a test file.
-
- 07 Jul, 2014 7 commits
-
-
Kim Nguyễn authored
not propely propagate in case the left component was a 1 element intersection or union containing an arrow) Note: we should not have been generating such types in the first place.
-
Kim Nguyễn authored
-
Kim Nguyễn authored
-
Kim Nguyễn authored
-
Kim Nguyễn authored
-
Kim Nguyễn authored
-
Kim Nguyễn authored
Fix typing of application. Apply the polymorphic code when either the function or its argument have variables.
-
- 03 Jul, 2014 1 commit
-
-
Pietro Abate authored
This reverts commit 045a8519.
-
- 02 Jul, 2014 2 commits
-
-
Pietro Abate authored
-
Pietro Abate authored
-
- 01 Jul, 2014 5 commits
-
-
Pietro Abate authored
- delta is now kept into consideration when memoizing
-
Pietro Abate authored
-
Pietro Abate authored
-
Pietro Abate authored
-
Pietro Abate authored
Tallying and printing still broken.
-
- 28 Jun, 2014 2 commits
-
-
Pietro Abate authored
-
Pietro Abate authored
-
- 27 Jun, 2014 9 commits
-
-
Pietro Abate authored
- delta is not yet used to do anything meaningful - remove optional argument ?fresh from Var.mk (legacy not used) - print -> pp,printf refactoring
-
Pietro Abate authored
-
https://git.cduce.org/cducePietro Abate authored
-
Pietro Abate authored
-
https://git.cduce.org/cduceJulien Lopez authored
-
Julien Lopez authored
now as such: - ['a] is the regexp matching the type variable "a"; - ['a'] is the regexp matching the string "a"; - ['a' 'a] is the regexp matching the string "a" followed by the type variable "a"; - ['a''a] is a syntax error (a string in single quotes in a regexp MUST be followed by a character that cannot be the beginning of a name for a type variable, a blank character will do). Bug: At this point, when using CDuce at toplevel, one will have to press enter twice when typing a regexp with type variables.
-
https://git.cduce.org/cducePietro Abate authored
-
Pietro Abate authored
-
Julien Lopez authored
-
- 26 Jun, 2014 8 commits
-
-
Pietro Abate authored
-
Pietro Abate authored
-
Julien Lopez authored
-
Pietro Abate authored
-
Pietro Abate authored
-
Pietro Abate authored
-
Pietro Abate authored
-
Pietro Abate authored
-