mirror of
https://github.com/ilyakooo0/Idris-dev.git
synced 2024-11-11 14:57:30 +03:00
37b11f84af
If we have (x,y), (y,z), etc, we need to have (x,z) as the solution instead, and sometimes this didn't happen. Fixes #1627
4 lines
59 B
Bash
Executable File
4 lines
59 B
Bash
Executable File
#!/usr/bin/env bash
|
|
idris $@ --check four.idr
|
|
rm -f *.ibc
|