Mercurial > hg > Papers > 2018 > nozomi-master
view paper/src/AgdaImplicitId.agda @ 109:f6d00a13f923
Add ()
author | atton |
---|---|
date | Mon, 13 Feb 2017 14:11:30 +0900 |
parents | 10a550bf7e4a |
children |
line wrap: on
line source
id : {A : Set} -> A -> A id x = x id-zero : Nat id-zero = id zero id' : {A : Set} -> A -> A id' {A} x = x id-true : Bool id-true = id {Bool} true