view src/list.agda @ 1089:77e40cea8264

i : {b c : Obj A} (f : Hom A b c ) → ¬ ( f ≅ x ) → φ x f is bad
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 17 May 2021 00:42:08 +0900
parents ac53803b3b2a
children f683d96fbc93
line wrap: on
line source

module list where

open import Data.List


postulate a : Set
postulate b : Set
postulate c : Set

l1 = [ a ]

l2 = ( a :: [] )