Split into an untyped core and a typed layer (#1)

This commit is contained in:
Patrick Stevens
2021-12-26 16:24:05 +00:00
committed by GitHub
parent c462042dd2
commit b407409584
13 changed files with 745 additions and 242 deletions

View File

@@ -7,6 +7,9 @@
<ItemGroup>
<Compile Include="TestExamples.fs" />
<Compile Include="Arithmetic.fs" />
<None Include="NotWorking.fs" />
<Compile Include="Geometry.fs" />
<Compile Include="Recursive.fs" />
</ItemGroup>
<ItemGroup>