packages feed

Agda-2.3.2.2: test/fail/NotStrictlyPositiveInMutual.agda

module NotStrictlyPositiveInMutual where

mutual
  data Cheat : Set where
    cheat : Oops -> Cheat

  data Oops : Set where
    oops : (Cheat -> Cheat) -> Oops