mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 09:12:34 +03:00
384c8874c2
For error reporting purposes it's better to have an (approximate) virtual location for code that was introduced by the elaborator than to have an `EmptyFC` that does not help.
12 lines
327 B
Plaintext
12 lines
327 B
Plaintext
1/1: Building TypeAtRecords (TypeAtRecords.idr)
|
|
Main> Main.Person.name : Person animal -> String
|
|
Main> Main.Person.age : Person animal -> Nat
|
|
Main> Main.Person.pet : Person animal -> animal
|
|
Main> animal : Type
|
|
Main> one : Nat
|
|
Main> p : Person a
|
|
Main> emptyString : String
|
|
Main> zero : Nat
|
|
Main> p : Person a
|
|
Main> Bye for now!
|