Idris2/tests/idris2/reg/reg026/Meh.idr
2023-09-07 14:57:22 +01:00

13 lines
226 B
Idris

module Meh
import public Control.WellFounded
public export
interface Argh (rel : a -> a -> Type) where
argh : (x : a) -> Accessible rel x
data Meh : Nat -> Nat -> Type where
implementation Argh Meh where
argh x = ?foo