mirror of
https://github.com/Smaug123/agda-utils
synced 2025-10-18 09:48:38 +00:00
Initial commit of the bones of an unused-open-removing Agda tool
This commit is contained in:
8
AgdaUnusedOpens/AssemblyInfo.fs
Normal file
8
AgdaUnusedOpens/AssemblyInfo.fs
Normal file
@@ -0,0 +1,8 @@
|
||||
module AssemblyInfo
|
||||
|
||||
open System.Runtime.CompilerServices
|
||||
|
||||
[<assembly: InternalsVisibleTo("AgdaUnusedOpens.Test")>]
|
||||
do
|
||||
()
|
||||
|
Reference in New Issue
Block a user