We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be8c888 commit 40e3e3aCopy full SHA for 40e3e3a
2 files changed
src/GraphBLAS-sharp.Backend/AssemblyInfo.fs
@@ -4,6 +4,8 @@ namespace System
4
open System.Reflection
5
open System.Runtime.CompilerServices
6
7
+[<assembly: AutoOpen("GraphBLAS.FSharp.Common")>]
8
+[<assembly: AutoOpen("GraphBLAS.FSharp.Objects")>]
9
[<assembly: InternalsVisibleTo("GraphBLAS-sharp.Tests")>]
10
[<assembly: AssemblyTitleAttribute("GraphBLAS-sharp")>]
11
[<assembly: AssemblyProductAttribute("GraphBLAS-sharp")>]
src/GraphBLAS-sharp.Backend/Common/Common.fs
@@ -4,7 +4,6 @@ open Brahma.FSharp
open Microsoft.FSharp.Quotations
open GraphBLAS.FSharp.Backend.Common
-[<RequireQualifiedAccess>]
module Common =
module Bitonic =
/// <summary>
0 commit comments