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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
Fsih
2
2
====
3
3
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
-
It's modeled after the `h` function in the Elixir [iex](https://hexdocs.pm/iex/1.16.0/IEx.html)repl.
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
+
It's modeled after the `h` function in the Elixir [iex](https://hexdocs.pm/iex/1.16.0/IEx.html)REPL.
6
6
7
-
To use it, just start an fsi session with `dotnet fsi`
7
+
To use it, just start an fsi session with `dotnet fsi`.
0 commit comments