mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-28 02:23:44 +03:00
40780c8f85
And here's a good case against allowing custom unicode syntax: 〈$〉 is `<$>`, i.e. the infix notation for `map`. That's fine; If you happen to know it! ESPECIALLY, if your paper defines 〈_〉 as custom notation for a guarded expression! Then there is **no way** to tell that the expression 〈$〉 is not a guarded expression over `$`, but is instead the alias for `map`!! You just have to magically know this beforehand! We also need an explicit `Lazy` annotation for Idris to be happy with the implicit `ms` in the `IsCompleted` constructor. |
||
---|---|---|
.. | ||
Data | ||
Language | ||
Search | ||
Makefile | ||
papers.ipkg |