Skip to content

Commit

Permalink
FStarLang#1087 Allow interleaving of F# and F* sources in a project
Browse files Browse the repository at this point in the history
Preserve the order of files for extraction and F# compilation
  • Loading branch information
mateuszbujalski committed Jun 18, 2020
1 parent 9f0723c commit e777c3e
Show file tree
Hide file tree
Showing 17 changed files with 472 additions and 343 deletions.
32 changes: 16 additions & 16 deletions examples/algorithms/BinarySearch.fst.hints

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/algorithms/BinarySearch/BinarySearch.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</PropertyGroup>
<Import Project="$(FSTAR_HOME)\fsharp.extraction.targets" />
<ItemGroup>
<FStarSourceFile Include="..\BinarySearch.fst" />
<Compile Include="..\BinarySearch.fst" Link="BinarySearch.fst" />
<None Include="BinarySearch.repl.fsx" />
<Content Include="packages.config" />
</ItemGroup>
Expand Down
Loading

0 comments on commit e777c3e

Please sign in to comment.