mirror of
https://github.com/AdaCore/why3.git
synced 2026-02-12 12:34:55 -08:00
modules: stdlib split in files ref and array
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
module Decrease1
|
||||
|
||||
use import int.Int
|
||||
use import module stdlib.Ref
|
||||
use import module stdlib.Array
|
||||
use import module ref.Ref
|
||||
use import module array.Array
|
||||
|
||||
logic decrease1 (a: array int) =
|
||||
forall i: int. 0 <= i < length a - 1 -> a[i+1] >= a[i] - 1
|
||||
|
||||
Reference in New Issue
Block a user