mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 09:12:34 +03:00
6993c6df6b
helps with readability since these, especially named-IPi, come up a lot didn't change everything that could need it like PiInfo or BindMode PiInfo rarely has DefImplicit (so far) and BindMode hasn't come up a lot (so far) reduced indentation for TTImp Show implementation
6 lines
488 B
Plaintext
6 lines
488 B
Plaintext
Processing as TTImp
|
|
Written TTC
|
|
Yaffle> ((Main.Refl [Just {b:10} = Main.Nat]) [Just x = (Main.S (Main.S (Main.S (Main.S Main.Z))))])
|
|
Yaffle> Main.etaGood1 : ((((Main.Eq [Just b = (%pi RigW Explicit Nothing Integer (%pi RigW Explicit Nothing Integer Main.Test))]) [Just a = (%pi RigW Explicit Nothing Integer (%pi RigW Explicit Nothing Integer Main.Test))]) Main.MkTest) (%lam RigW Explicit (Just x) Integer (%lam RigW Explicit (Just y) Integer ((Main.MkTest x) y))))
|
|
Yaffle> Bye for now!
|