lean4-htt/src/Std/Do/SPred.lean
David Thrane Christiansen bf51e1dcfa
doc: docstring review for Std.Do (#11550)
This PR reviews the docstrings for `Std.Do` that will appear in the Lean
reference manual and adds those that were missing.

---------

Co-authored-by: Sebastian Graf <sgraf1337@gmail.com>
2025-12-09 09:51:52 +00:00

15 lines
376 B
Text

/-
Copyright (c) 2025 Lean FRO LLC. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Sebastian Graf
-/
module
prelude
public import Std.Do.SPred.SVal
public import Std.Do.SPred.SPred
public import Std.Do.SPred.Notation
public import Std.Do.SPred.Laws
public import Std.Do.SPred.DerivedLaws
set_option linter.missingDocs true