2014-09-09 23:21:30 +00:00
|
|
|
import data.int
|
|
|
|
open int
|
|
|
|
|
2014-10-02 23:20:52 +00:00
|
|
|
constant abs : int → int
|
2014-10-21 21:08:07 +00:00
|
|
|
notation `|` A `|` := abs A
|
2014-10-02 23:20:52 +00:00
|
|
|
constants a b c : int
|
2014-09-09 23:21:30 +00:00
|
|
|
check |a + |b| + c|
|