Skip to content

Commit 257a4df

Browse files
authored
Merge pull request #5 from dawedawe/fix_operator_support
Fix operator support
2 parents cfe7079 + d45061b commit 257a4df

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [1.0.1] - 2024-01-25
4+
5+
### Fixed
6+
7+
* Fixed support for operators, for example `h (+)` works now.
8+
39
## [1.0.0] - 2024-01-20
410

511
### Changed

src/Fsih/Program.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ module Expr =
4040

4141
let rec exprNames expr =
4242
match expr with
43-
| SpecificCall <@@ (+) @@> (_, _, exprList) -> exprNames exprList.Tail.Head
4443
| Call(exprOpt, methodInfo, _exprList) ->
4544
match exprOpt with
4645
| Some _ -> None

0 commit comments

Comments
 (0)