Idris2/tests/ideMode/ideMode005/Ambiguity.idr
Ohad Kammar e58bcfc7ef
Semantic highlighting (#1335)
Co-authored-by: Guillaume ALLAIS <guillaume.allais@ens-lyon.org>
2021-05-10 09:05:43 +01:00

11 lines
117 B
Idris

namespace X
export
OneX : Bool -> Bool
namespace Y
export
data Foo = OneX
foo : Bool
foo = OneX (id False)