mirror of
https://github.com/idris-lang/Idris2.git
synced 2025-01-07 08:18:12 +03:00
5e9837828a
- Added initial implementations for terms and values - Error messages converted to pretty printer - Colorization for error messages - Color and console width option both as command line and repl command
36 lines
1.2 KiB
Plaintext
36 lines
1.2 KiB
Plaintext
1/1: Building refprims (refprims.idr)
|
|
LOG 0: Name: Prelude.Types.List.++
|
|
LOG 0: Type: (%pi Rig0 Implicit (Just a) %type (%pi Rig1 Explicit (Just xs) (Prelude.Types.List a) (%pi Rig1 Explicit (Just ys) (Prelude.Types.List a) (Prelude.Types.List a))))
|
|
LOG 0: Name: Prelude.Types.Strings.++
|
|
LOG 0: Type: (%pi Rig1 Explicit (Just x) String (%pi Rig1 Explicit (Just y) String String))
|
|
LOG 0: Resolved name: Prelude.Types.Nat
|
|
LOG 0: Constructors: [Prelude.Types.Z, Prelude.Types.S]
|
|
Error: While processing right hand side of dummy1. Error during reflection: Not really trying
|
|
|
|
refprims.idr:43:10--43:27
|
|
|
|
|
43 | dummy1 = %runElab logPrims
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
Error: While processing right hand side of dummy2. Error during reflection: Still not trying
|
|
|
|
refprims.idr:46:10--46:30
|
|
|
|
|
46 | dummy2 = %runElab logDataCons
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
Error: While processing right hand side of dummy3. Error during reflection: Undefined name
|
|
|
|
refprims.idr:49:10--49:25
|
|
|
|
|
49 | dummy3 = %runElab logBad
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
Error: While processing right hand side of dummy4. Error during reflection: failed after generating Main.{plus:XXXX}
|
|
|
|
refprims.idr:52:10--52:28
|
|
|
|
|
52 | dummy4 = %runElab tryGenSym
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|