Skip to content

Commit

Permalink
Update src/foundation/continuations.lagda.md
Browse files Browse the repository at this point in the history
Co-authored-by: Egbert Rijke <[email protected]>
  • Loading branch information
fredrik-bakke and EgbertRijke authored Nov 4, 2024
1 parent 16af517 commit 6a250e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/foundation/continuations.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ defines a monad on types.
```agda
continuation :
{l1 l2 : Level} (R : UU l1) (A : UU l2) UU (l1 ⊔ l2)
continuation R A = ((A R) R)
continuation R A = (A R) R
```

### The functorial action on maps of continuations
Expand Down

0 comments on commit 6a250e8

Please sign in to comment.