Mercurial > hg > Papers > 2018 > nozomi-master
view paper/src/AgdaParameterizedModule.agda @ 69:bda11534296f
Update pdf
author | atton <atton@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 04 Feb 2017 16:34:14 +0900 |
parents | ef9730f3db8d |
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