Initial commit of the bones of an unused-open-removing Agda tool

This commit is contained in:
Smaug123
2019-12-24 09:35:06 +00:00
commit 421fe4bcb7
23 changed files with 644 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.fs" />
<Compile Include="Seq.fs" />
<Compile Include="Types.fs" />
<Compile Include="AgdaFile.fs" />
<Compile Include="AgdaCompiler.fs" />
<Compile Include="Graph.fs" />
<Compile Include="OpenStatement.fs" />
</ItemGroup>
</Project>