diff agda/basic.agda @ 37:743c05b98dad

Use level in basic/list
author Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp>
date Sun, 19 Oct 2014 12:22:54 +0900
parents c5cdbedc68ad
children 55d11ce7e223
line wrap: on
line diff
--- a/agda/basic.agda	Sat Oct 18 14:22:34 2014 +0900
+++ b/agda/basic.agda	Sun Oct 19 12:22:54 2014 +0900
@@ -9,4 +9,4 @@
 f ∙ g = \x -> f (g x)
 
 postulate String : Set
-postulate show   : {A : Set} -> A -> String
\ No newline at end of file
+postulate show   : {l : Level} {A : Set l} -> A -> String
\ No newline at end of file