A small simplification on binnat.ctt
authorApostolis Xekoukoulotakis <apostolis.xekoukoulotakis@gmail.com>
Sun, 17 Sep 2017 07:05:30 +0000 (10:05 +0300)
committerAnders Mörtberg <andersmortberg@gmail.com>
Sun, 17 Sep 2017 07:37:25 +0000 (09:37 +0200)
examples/binnat.ctt

index f156ef0f3fdf74534990fbff29af70c3ae5e42af..3c0ef3fb6754d4f698ae2545cdddb6f0994c3711 100644 (file)
@@ -211,10 +211,8 @@ eqDouble2 : Path Double DoubleBinN' DoubleBinN
      rem1 : (n : binN) -> Path binN (doubleBinN' n) (doubleBinN n)
       = split
       binN0     -> <_> binN0
-      binNpos p -> <i> comp (<_> binN) (NtoBinN (doubleN (PosToN p)))
-                          [ (i=0) -> <_> NtoBinN (doubleN (PosToN p))
-                          , (i=1) -> lem1 (x0 p) ]
-
+      binNpos p -> lem1 (x0 p)
+      
 eqDouble : Path Double DoubleN DoubleBinN =
   compPath Double DoubleN DoubleBinN' DoubleBinN eqDouble1 eqDouble2