Skip to content

Commit

Permalink
Merge pull request #711 from hacspec/proof-libs-t_Default
Browse files Browse the repository at this point in the history
feat(proof-libs): add `t_Default`
  • Loading branch information
W95Psp authored Jun 21, 2024
2 parents d10f891 + b9952e0 commit 667f5c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions proof-libs/fstar/core/Core.Default.fsti
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module Core.Default

class t_Default (t: Type0) = {
v_default: unit -> t;
}

0 comments on commit 667f5c6

Please sign in to comment.