Skip to content

Commit

Permalink
Missing #endif
Browse files Browse the repository at this point in the history
  • Loading branch information
gusty authored Jan 15, 2024
1 parent 00c4867 commit c17237d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FSharpPlus/Data/DList.fs
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ type DList<'T> (length: int, data: DListData<'T>) =
| Join (x, y) -> walk (y::rights) x
walk [] data
coll.Close ()

Check failure on line 203 in src/FSharpPlus/Data/DList.fs

View workflow job for this annotation

GitHub Actions / testFable3SubsetOnCore

Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.
#endif

interface IEquatable<DList<'T>> with
member this.Equals(y: DList<'T>) =
Expand Down

0 comments on commit c17237d

Please sign in to comment.