Mercurial > hg > Members > kono > Proof > category
view src/list.agda @ 1046:60b24b3dc0c6
...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 10 Apr 2021 11:39:46 +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 :: [] )