Skip to content

Commit

Permalink
Unhide !
Browse files Browse the repository at this point in the history
  • Loading branch information
gusty authored Nov 19, 2023
1 parent 7762841 commit d4043de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docsrc/content/tutorial.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ Introducing FSharpPlus
(*** hide ***)
module [<AutoOpen>] E1 =

open FSharpPlus

(**
Now we'll start with a quick overview of the features presented in F#+.
Expand All @@ -36,6 +34,8 @@ here's an example with <code>map</code> ([fmap](https://wiki.haskell.org/Functor
*)

open FSharpPlus

map string [|2;3;4;5|]
// val it : string [] = [|"2"; "3"; "4"; "5"|]

Expand Down

0 comments on commit d4043de

Please sign in to comment.