Skip to content

Commit

Permalink
lib.mk: include most FStar.Class modules
Browse files Browse the repository at this point in the history
Only skip FStar.Class.Embeddable which depends on terms, and can only
go into the plugin lib.
  • Loading branch information
mtzguido committed Jan 30, 2025
1 parent 2beaa65 commit 503ea82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/lib.mk
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ EXTRACT_NS += -FStar.TaggedUnion
EXTRACT_NS += -FStar.Bytes
EXTRACT_NS += -FStar.Util
EXTRACT_NS += -FStar.InteractiveHelpers
EXTRACT_NS += -FStar.Class
EXTRACT_NS += -FStar.Class.Embeddable
EXTRACT_NS += -FStar.Vector.Base
EXTRACT_NS += -FStar.Vector.Properties
EXTRACT_NS += -FStar.Vector
Expand Down

0 comments on commit 503ea82

Please sign in to comment.