agda-gset/Preliminaries.agda

4 lines
220 B
Agda
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

module Preliminaries where
open import Relation.Binary.PropositionalEquality as using (_≡_) public
postulate
FunExt : {} {X Y : Set } {f g : X Y} ( (x : X) f x g x) f g