mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-28 11:05:17 +03:00
c82e2393d4
Co-authored-by: Guillaume ALLAIS <guillaume.allais@ens-lyon.org>
4 lines
82 B
Idris
4 lines
82 B
Idris
data EitherOrBoth a b = Left a | Rigth b | Both a b
|
|
|
|
foo : EitherOrBoth a b -> ()
|