Skip to content

Commit

Permalink
Previous merge changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wallymathieu committed Oct 14, 2023
1 parent 5a30e3a commit bd18008
Show file tree
Hide file tree
Showing 59 changed files with 58 additions and 68 deletions.
2 changes: 1 addition & 1 deletion docsrc/content/abstraction-alternative.fsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*** hide ***)
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.
#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"

(**
Alternative
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/abstraction-applicative.fsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*** hide ***)
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.
#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"

(**
Applicative
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/abstraction-bifoldable.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Examples
--------
*)

#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"

open FSharpPlus
open FSharpPlus.Control
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/abstraction-bifunctor.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.

#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"
(**
Bifunctor
=======
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/abstraction-bitraversable.fsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*** hide ***)
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.
#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"

(**
Bitraversable
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/abstraction-comonad.fsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*** hide ***)
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.
#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"

(**
Comonad
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/abstraction-contravariant.fsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*** hide ***)
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.
#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"

(**
Contravariant
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/abstraction-foldable.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Examples



#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"

open FSharpPlus
open FSharpPlus.Data
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/abstraction-functor.fsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*** hide ***)
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.
#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"

(**
Functor
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/abstraction-misc.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Here are some other abstractions, not present in the diagram.



#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"

open System
open FSharpPlus
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/abstraction-monad.fsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*** hide ***)
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.
#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"

(**
Monad
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/abstraction-monoid.fsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*** hide ***)
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.
#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"

(**
Monoid
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/abstraction-profunctor.fsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*** hide ***)
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.
#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"

(**
Profunctor
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/abstraction-traversable.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.

#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"

(**
Traversable
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/applicative-functors.fsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*** hide ***)
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.
#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"

(**
Functors and Applicatives
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/computation-expressions.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.

#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"
open FSharpPlus
open FSharpPlus.Data

Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/extension-methods.fsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*** hide ***)
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.
#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"
open FSharpPlus

(**
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/extensions.fsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*** hide ***)
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.
#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"

(**
Extensions
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/generic-doc.fsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*** hide ***)
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.
#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"
open FSharpPlus

(**
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/index.fsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*** hide ***)
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.
#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"

(**
FSharpPlus
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/lens.fsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*** hide ***)
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.
#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"

(**
Lens
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/numerics.fsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*** hide ***)
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.
#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"
open FSharpPlus

(**
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/operators-common.fsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*** hide ***)
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.
#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"
open FSharpPlus

(**
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/parsing.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.
open System
#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"
open FSharpPlus
(**
# Parsing
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/type-all.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.

#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"

(**
All
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/type-any.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.

#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"

(**
Any
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/type-choicet.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ Examples
*)


#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"

open FSharpPlus
2 changes: 1 addition & 1 deletion docsrc/content/type-compose.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.

#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"

(**
Compose
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/type-const.fsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*** hide ***)
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.
#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"
(**
Const<'T,'U>
============
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/type-cont.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.

#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"

(**
Cont<'R,'U>
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/type-contt.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.

#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"

(**
TO-DO Add some docs here !
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/type-coproduct.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.

#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"

(**
TO-DO Add some docs here !
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/type-dlist.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.

#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"

(**
DList
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/type-dual.fsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*** hide ***)
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.
#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"
(**
TO-DO Add some docs here !
=========================
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/type-endo.fsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*** hide ***)
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.
#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"
(**
TO-DO Add some docs here !
=========================
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/type-first.fsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*** hide ***)
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.
#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"
(**
TO-DO Add some docs here !
=========================
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/type-free.fsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*** hide ***)
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.
#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"
(**
Free<'Functor<'T>, 'T>
======================
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/type-identity.fsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*** hide ***)
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.
#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"
(**
TO-DO Add some docs here !
=========================
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/type-kleisli.fsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*** hide ***)
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.
#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"
(**
TO-DO Add some docs here !
=========================
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/type-last.fsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*** hide ***)
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.
#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"
(**
TO-DO Add some docs here !
=========================
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/type-listt.fsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*** hide ***)
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.
#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"
(**
TO-DO Add some docs here !
=========================
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/type-matrix.fsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*** hide ***)
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.
#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"
#r @"../../src/FSharpPlus.TypeLevel/bin/Release/net45/FSharpPlus.TypeLevel.dll"

(**
Expand Down
2 changes: 1 addition & 1 deletion docsrc/content/type-mult.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ Examples
*)


#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"

open FSharpPlus
2 changes: 1 addition & 1 deletion docsrc/content/type-nonempty-map.fsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*** hide ***)
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.
#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
#r @"../../src/FSharpPlus/bin/Release/netstandard2.0/FSharpPlus.dll"
(**
NonEmptyMap<'Key, 'Value>
================
Expand Down
Loading

0 comments on commit bd18008

Please sign in to comment.