We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb3d625 commit 0613076Copy full SHA for 0613076
src/FSharpPlus/Data/DList.fs
@@ -206,7 +206,7 @@ type DList<'T> (length: int, data: DListData<'T>) =
206
override s.GetEnumerator () = (s.toSeq () :> System.Collections.IEnumerator)
207
208
209
-[<CompilationRepresentation(CompilationRepresentationFlags.ModuleSuffix)>]
+[<RequireQualifiedAccess>]
210
module DList =
211
/// O(1). Returns a new DList of two lists.
212
let append left right = DList<'T>.appendLists (left, right)
0 commit comments