mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-29 03:24:02 +03:00
Fix typo
This commit is contained in:
parent
13634e769e
commit
d5a0a58e0b
@ -19,7 +19,7 @@ Compiler changes:
|
||||
|
||||
* Added syntax for record instantiation:
|
||||
|
||||
`record <Constructor> {<field1> = <expr1>, <field2 = <expr2>, ..., <fieldN> = <exprN>}`
|
||||
`record <Constructor> {<field1> = <expr1>, <field2> = <expr2>, ..., <fieldN> = <exprN>}`
|
||||
|
||||
* Added primitives to the parsing library used in the compiler to get more precise
|
||||
boundaries to the AST nodes `FC`.
|
||||
|
Loading…
Reference in New Issue
Block a user