Mercurial > hg > Papers > 2018 > nozomi-master
view paper/src/AgdaParameterizedModule.agda @ 54:ef9730f3db8d
Writing agda description ......
author | atton <atton@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 31 Jan 2017 17:20:50 +0900 |
parents | |
children | ebe838b83ada |
line wrap: on
line source
module Sort (A : Set) (_<_ : A -> A -> Bool) where sort : List A -> List A sort = ... open import Sort Nat Nat._<_ as N open import Sort Bool Bool._<_ as B