Skip to content

Commit

Permalink
Merge pull request #891 from hacspec/improve-default-trait
Browse files Browse the repository at this point in the history
fix: fstar: default trait
  • Loading branch information
franziskuskiefer authored Sep 16, 2024
2 parents 4511585 + 9ac42a2 commit cc29a3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion proof-libs/fstar/core/Core.Default.fsti
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module Core.Default

class t_Default (t: Type0) = {
v_default: unit -> t;
f_default_pre: unit -> Type0;
f_default_post: unit -> out:t -> Type0;
f_default: unit -> t;
}

0 comments on commit cc29a3f

Please sign in to comment.