adjust test tutorial006 with --consolewidth for use with -f curses

This commit is contained in:
Andreas Reuleaux 2015-03-19 18:51:22 +00:00
parent 2a7d6a96b9
commit 5d4d793186
2 changed files with 4 additions and 3 deletions

View File

@ -10,7 +10,8 @@ When elaborating argument xs to constructor Data.VectType.Vect.::
plus n n
with
plus n m
tutorial006b.idr:10:10:When elaborating right hand side of with block in Main.parity:
tutorial006b.idr:10:10:
When elaborating right hand side of with block in Main.parity:
Can't unify
Parity (plus (S j) (S j)) (Type of even)
with

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
idris $@ tutorial006a.idr --check
idris $@ tutorial006b.idr --check
idris --consolewidth 80 $@ tutorial006a.idr --check
idris --consolewidth 80 $@ tutorial006b.idr --check
rm -f *.ibc