Mercurial > hg > Members > kono > Proof > category
view list.agda @ 326:c299dd508263
fix
to prove some lemma, modify some {X} to {_}
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 21 Mar 2014 17:30:46 +0700 |
parents | 302941542c0f |
children |
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 :: [] )