Mercurial > hg > Members > kono > Proof > category
view list.agda @ 413:e08af559efb9
reverse arrow must be there...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 23 Mar 2016 16:25:23 +0900 (2016-03-23) |
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 :: [] )