view paper/src/AgdaId.agda @ 135:8774ba9fa159

Generate pdf
author atton <atton@cr.ie.u-ryukyu.ac.jp>
date Sun, 19 Feb 2017 16:46:05 +0900
parents 10a550bf7e4a
children
line wrap: on
line source

identity : (A : Set) -> A -> A
identity A x = x

identity-zero : Nat
identity-zero = identity Nat zero