Skip to content

Commit

Permalink
(to be squashed) ...shooting in the dark...
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Nov 13, 2020
1 parent d3b20b3 commit 506fef6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ResultUtils/ResultCE.fs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ namespace ResultUtils

open System

open ResultUtils
open ResultUtils.Portability

[<AutoOpen>]
Expand Down
1 change: 1 addition & 0 deletions src/ResultUtils/ResultOption.fs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
namespace ResultUtils

open ResultUtils
open ResultUtils.Portability

[<RequireQualifiedAccess>]
Expand Down
3 changes: 3 additions & 0 deletions src/ResultUtils/ResultOptionCE.fs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
namespace ResultUtils

open ResultUtils
open ResultUtils.Portability

[<AutoOpen>]
module ResultOptionCE =

Expand Down

0 comments on commit 506fef6

Please sign in to comment.