You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(For this to type check you need the recent development version of Agda (as of 09.08.16))
36
-
37
37
# Internally
38
38
39
39
Descriptions of constructors are defined as follows:
@@ -216,7 +216,9 @@ There are also generic `elim` in [`Function/Elim.agda`](Function/Elim.agda) (the
216
216
217
217
# Limitations
218
218
219
-
- No inductive-inductive or inductive-recursive data types. The latter [can be done](https://github.com/effectfully/random-stuff/blob/master/Desc/IRDesc.agda) at the cost of complicating the encoding.
219
+
- No support for mutually recursive data types. They can be supported, I just haven't implemented that.
220
+
221
+
- No support for inductive-inductive or inductive-recursive data types. The latter [can be done](https://github.com/effectfully/random-stuff/blob/master/Desc/IRDesc.agda) at the cost of complicating the encoding.
220
222
221
223
- No coinduction.
222
224
@@ -226,4 +228,4 @@ There are also generic `elim` in [`Function/Elim.agda`](Function/Elim.agda) (the
226
228
227
229
- Ornaments may or may not appear later (in the way described in [Unbiased ornaments](http://effectfully.blogspot.com/2016/07/unbiased-ornaments.html)). I don't find them very vital currently.
228
230
229
-
- No forcing of indices. [`Lift`](Examples/Data/Lift.agda) can be described, though.
231
+
- No forcing of indices. [`Lift`](Examples/Data/Lift.agda) can be described, though.
0 commit comments