mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-17 00:10:31 +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)
4 lines
59 B
Idris
4 lines
59 B
Idris
interface Lalala where
|
|
constructor cons
|
|
x : Int -> Int
|