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,8 @@
module AssemblyInfo
open System.Runtime.CompilerServices
[<assembly: InternalsVisibleTo("AgdaUnusedOpens.Test")>]
do
()