This PR adds a logic of stateful predicates SPred to Std.Do in order to support reasoning about monadic programs. It comes with a dedicated proof mode the tactics of which are accessible by importing Std.Tactic.Do. Co-authored-by: Sebastian Graf <sg@lean-fro.org>
15 lines
313 B
Text
15 lines
313 B
Text
/-
|
|
Copyright (c) 2024 Lean FRO, LLC. All rights reserved.
|
|
Released under Apache 2.0 license as described in the file LICENSE.
|
|
Authors: Sebastian Ullrich
|
|
-/
|
|
prelude
|
|
import Std.Classes
|
|
import Std.Data
|
|
import Std.Do
|
|
import Std.Sat
|
|
import Std.Sync
|
|
import Std.Time
|
|
import Std.Tactic
|
|
import Std.Internal
|
|
import Std.Net
|