Issues #1356, #1357, #1361 and miscellaneous typo fixes in documentation#1362
Issues #1356, #1357, #1361 and miscellaneous typo fixes in documentation#1362Gabriella439 merged 7 commits intodhall-lang:masterfrom
Conversation
winitzki
commented
Oct 24, 2023
- Fixing the ABNF grammar since there seems to be agreement
- Miscellaneous typos fixed in documentation as I've been reading through it
`List` goes from a type `m` to a type of `List m`, denoted in the example by `[ m ]`.
|
OK I got it. |
Gabriella439
left a comment
There was a problem hiding this comment.
Looks great! Just one small suggestion
|
|
||
| List | ||
|
|
||
| λ(m : Type) → [ m ] → m |
There was a problem hiding this comment.
Actually, looking at this now, I might have meant List m instead of [ m ] (I was probably confusing Dhall with Haskell at the time I wrote this). Would it be possible to change it to use List m?
There was a problem hiding this comment.
Yes, of course, List m makes a lot more sense. Let me fix that.