And produces bool or error
Cedar.Thm.and_produces_bool_or_error
Plain-language statement
Every and expression produces either .ok bool or .error
Source project: Cedar Specification
Person-level attribution pending.
Source-pinned research
Search theorem names, mathematical ideas, modules, topics, projects, and role-labelled researchers. Open a result for its complete indexed Lean declaration and source record.
This index contains 3 research declarations. Search 10,000 more complete Mathlib declarations.
3 results
Clear filtersCedar.Thm.and_produces_bool_or_error
Plain-language statement
Every and expression produces either .ok bool or .error
Source project: Cedar Specification
Person-level attribution pending.
Cedar.Thm.record_value_contains_evaluated_attrs
Plain-language statement
If evaluating a record produces a record value containing an attribute, then that attribute existed in the original record, and corresponding expression evaluates to the same value.
Source project: Cedar Specification
Person-level attribution pending.
Cedar.Thm.ways_and_can_error
Plain-language statement
If an and expression results in an error, it's because either: - the left subexpression had that error - the right subexpression had that error (and the left subexpression evaluated to .ok true) - the left subexpression evaluated to .ok with a non-bool - the right subexpression evaluated to .ok with a non-bool (and the left subexpression evaluated to .o...
Source project: Cedar Specification
Person-level attribution pending.