Skip to content

Commit

Permalink
chore: update TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
chavacava committed Jan 11, 2025
1 parent d0da32a commit 5f2fce6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions TODO.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
[] add type info to solve type-mismatch errors
[] add actual expression values in panic messages
[] use templates to generate code
[] add @forall
[] add @exists
[] provide mean to define the panic message, something like
// Credit the given amount to the account
// @requires [can not credit a closed account] !a.closed
// ...
func (a *BankAccount) Credit(amount int) {
// ... implementation ...
}



0 comments on commit 5f2fce6

Please sign in to comment.