You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fsih provides you with the `h`and `H.H` functions, meant to be used in the F# REPL [fsi](https://learn.microsoft.com/en-us/dotnet/fsharp/tools/fsharp-interactive/).
4
+
Fsih provides you with the `h`function, meant to be used in the F# REPL [fsi](https://learn.microsoft.com/en-us/dotnet/fsharp/tools/fsharp-interactive/).
5
5
It's modeled after the `h` function in the Elixir [iex](https://hexdocs.pm/iex/1.16.0/IEx.html) REPL.
6
6
7
7
To use it, just start an fsi session with `dotnet fsi`.
@@ -11,9 +11,9 @@ Load the package and open the namespace:
11
11
open Fsih;;
12
12
```
13
13
14
-
Apply h to any expression wrapped in an FSharp [quotation](https://learn.microsoft.com/en-us/dotnet/fsharp/language-reference/code-quotations)to get its documentation:
14
+
Apply h to any expression to get its documentation:
0 commit comments