packages feed

Agda-2.3.2.2: test/fail/CompiledMustBePostulate.agda

-- Compiled things must be a postulate

module CompiledMustBePostulate where

postulate
  A : Set

foo : Set
foo = A

{-# COMPILED foo bar #-}