Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjeline committed Sep 23, 2024
1 parent fe49aa2 commit 4b6e7b9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Empty file.
10 changes: 10 additions & 0 deletions cedar-lean/Cedar/Spec/Evaluator.lean
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,13 @@ def evaluate (x : Expr) (req : Request) (es : Entities) : Result Value :=
call xfn vs

end Cedar.Spec

namespace Cedar.Spec.Monadic

def Trap (m : TypeType ) (α : Type ) : Type :=
m α → (Bool × α)




end Cedar.Spec.Monadic

0 comments on commit 4b6e7b9

Please sign in to comment.