summaryrefslogtreecommitdiff
path: root/tests/fstar/demo/Demo.fst
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fstar/demo/Demo.fst')
-rw-r--r--tests/fstar/demo/Demo.fst4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fstar/demo/Demo.fst b/tests/fstar/demo/Demo.fst
index 22322ee7..d13d2ba3 100644
--- a/tests/fstar/demo/Demo.fst
+++ b/tests/fstar/demo/Demo.fst
@@ -133,6 +133,6 @@ let counterUsize : counter_t usize = { incr = counterUsize_incr; }
(** [demo::use_counter]:
Source: 'src/demo.rs', lines 95:0-95:59 *)
let use_counter
- (t : Type0) (counterTInst : counter_t t) (cnt : t) : result (usize & t) =
- counterTInst.incr cnt
+ (t : Type0) (counterInst : counter_t t) (cnt : t) : result (usize & t) =
+ counterInst.incr cnt