mirror of
https://github.com/Smaug123/agda-utils
synced 2025-10-11 22:48:39 +00:00
9 lines
127 B
Forth
9 lines
127 B
Forth
module AssemblyInfo
|
|
|
|
open System.Runtime.CompilerServices
|
|
|
|
[<assembly: InternalsVisibleTo("AgdaUnusedOpens.Test")>]
|
|
do
|
|
()
|
|
|