Skip to content

Commit

Permalink
Add DUntaggedUnion to FStar.Extraction.Kremlin
Browse files Browse the repository at this point in the history
  • Loading branch information
john-ml committed Aug 13, 2021
1 parent e314fe1 commit 341afa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extraction/FStar.Extraction.Kremlin.fs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ and decl =
| DTypeVariant of lident * list<flag> * int * branches_t
| DTypeAbstractStruct of lident
| DExternal of option<cc> * list<flag> * lident * typ * list<ident>
| DUntaggedUnion of lident * list<flag> * int * list<(ident * typ)>

and cc =
| StdCall
Expand Down

0 comments on commit 341afa8

Please sign in to comment.