- 30 Jan, 2015 2 commits
-
-
Björn Peemöller authored
-
Björn Peemöller authored
-
- 28 Jan, 2015 5 commits
-
-
Björn Peemöller authored
-
Björn Peemöller authored
-
Björn Peemöller authored
-
Björn Peemöller authored
-
Björn Peemöller authored
-
- 27 Jan, 2015 5 commits
-
-
Björn Peemöller authored
-
Björn Peemöller authored
-
Björn Peemöller authored
-
Björn Peemöller authored
-
Björn Peemöller authored
-
- 21 Jan, 2015 3 commits
-
-
Björn Peemöller authored
-
Björn Peemöller authored
-
Björn Peemöller authored
In principle, these double phases should work without problems, but they issue the error "qualBindTopEnv _#case6" failed in function "Env.Value.bindFun" so further investigation is needed
-
- 16 Jan, 2015 5 commits
-
-
Björn Peemöller authored
-
Björn Peemöller authored
-
Björn Peemöller authored
-
Björn Peemöller authored
-
Björn Peemöller authored
-
- 13 Jan, 2015 3 commits
-
-
Björn Peemöller authored
-
Björn Peemöller authored
Nonlinear patterns have to be desugared first to eliminate multiple occurrences of the same variable outside the scope of a single functional pattern. This commit changes the order of pattern desugaring in that desugaring of nonlinear patterns is now performed first. Consequently, functional patterns have to be considered when eliminating nonlinear patterns and the implementation is adapted accordingly.
-
Björn Peemöller authored
-
- 10 Dec, 2014 1 commit
-
-
Björn Peemöller authored
-
- 04 Dec, 2014 1 commit
-
-
Jan Rasmus Tikovsky authored
-
- 26 Nov, 2014 1 commit
-
-
Jan Rasmus Tikovsky authored
-
- 21 Nov, 2014 2 commits
-
-
Björn Peemöller authored
-
Björn Peemöller authored
-
- 21 Oct, 2014 10 commits
-
-
Jan Rasmus Tikovsky authored
-
Jan Rasmus Tikovsky authored
-
Jan Rasmus Tikovsky authored
-
Jan Rasmus Tikovsky authored
-
Jan Rasmus Tikovsky authored
-
Jan Rasmus Tikovsky authored
-
Jan Rasmus Tikovsky authored
-
Björn Peemöller authored
-
Björn Peemöller authored
-
Björn Peemöller authored
-
- 20 Oct, 2014 2 commits
-
-
Björn Peemöller authored
-
Björn Peemöller authored
In HTML5, the link to an entity, which is given as the href attribute of an anchor tag, may only contain unreserved characters (see RFC 3986). All other characters have to be "percent"-encoded. However, this is not true for the id attribute definining the target of the link, which may contain arbitrary (non-whitespace) characters. In consequence, the name of an entity (function/constructor) must be encoded for the link, but must not be encoded for the definition.
-