mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-13 17:25:29 +03:00
21f2913527
Given we keep getting tripped up by this, here we go: * Namespaces * Data names * Record names * Data constructor names (except for operators) * Record constructor names (except for operators) * Interface constructor names (except for operators)
3 lines
33 B
Idris
3 lines
33 B
Idris
record T where
|
|
constructor mkT
|