We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfe7079 + d45061b commit 257a4dfCopy full SHA for 257a4df
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [1.0.1] - 2024-01-25
4
+
5
+### Fixed
6
7
+* Fixed support for operators, for example `h (+)` works now.
8
9
## [1.0.0] - 2024-01-20
10
11
### Changed
src/Fsih/Program.fs
@@ -40,7 +40,6 @@ module Expr =
40
41
let rec exprNames expr =
42
match expr with
43
- | SpecificCall <@@ (+) @@> (_, _, exprList) -> exprNames exprList.Tail.Head
44
| Call(exprOpt, methodInfo, _exprList) ->
45
match exprOpt with
46
| Some _ -> None
0 commit comments