packages feed

agda-unused-0.2.0: data/declaration/Postulate.agda

module Postulate where

postulate

  f
    : {A : Set}
    → A
    → A
  
  g
    : {A : Set}
    → A
    → A

h
  : {A : Set}
  → A
  → A
h x
  = f x