Skip to content

Commit 40e3e3a

Browse files
committed
refactor: assembly attributes
1 parent be8c888 commit 40e3e3a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/GraphBLAS-sharp.Backend/AssemblyInfo.fs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ namespace System
44
open System.Reflection
55
open System.Runtime.CompilerServices
66

7+
[<assembly: AutoOpen("GraphBLAS.FSharp.Common")>]
8+
[<assembly: AutoOpen("GraphBLAS.FSharp.Objects")>]
79
[<assembly: InternalsVisibleTo("GraphBLAS-sharp.Tests")>]
810
[<assembly: AssemblyTitleAttribute("GraphBLAS-sharp")>]
911
[<assembly: AssemblyProductAttribute("GraphBLAS-sharp")>]

src/GraphBLAS-sharp.Backend/Common/Common.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ open Brahma.FSharp
44
open Microsoft.FSharp.Quotations
55
open GraphBLAS.FSharp.Backend.Common
66

7-
[<RequireQualifiedAccess>]
87
module Common =
98
module Bitonic =
109
/// <summary>

0 commit comments

Comments
 (0)