Idris2/libs/papers
Thomas E. Hansen 40780c8f85 [ papers ] Figure out isCompleted by trial and error
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.
2022-10-05 14:30:08 +02:00
..
Data [ re #2675 ] Do not build libs/{contribs,papers} during bootstrap (#2677) 2022-10-04 13:37:45 +01:00
Language [ new ] Dependent Tagless Final 2022-01-27 17:26:52 +00:00
Search [ papers ] Figure out isCompleted by trial and error 2022-10-05 14:30:08 +02:00
Makefile [ libs ] move propaganda out of contrib (#2213) 2022-01-25 12:25:55 +00:00
papers.ipkg [ papers ] Computing with Generic Trees (#2661) 2022-09-16 11:40:09 +01:00