diff cbc/subtype-sample.agda @ 52:4880184e4ab5

Define push/pop using subtype
author atton <atton@cr.ie.u-ryukyu.ac.jp>
date Tue, 10 Jan 2017 09:04:55 +0000
parents 16e27df74ec5
children
line wrap: on
line diff
--- a/cbc/subtype-sample.agda	Tue Jan 10 02:04:55 2017 +0000
+++ b/cbc/subtype-sample.agda	Tue Jan 10 09:04:55 2017 +0000
@@ -15,6 +15,8 @@
     signature : String
     
 open import subtype Context
+
+
 record LoopCounter : Set where
   field
     count : ℕ