File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212### Added
1313
1414* Add ` IsInlineIfLambda ` to ` Fable.AST.Fable.Ident ` (by @MangelMaxime )
15+ * Revert typo in ` Fable.AST.Fable.Type.Tuple ` genericArgs (by @ncave )
1516
1617## 5.0.0-rc.2 - 2026-03-10
1718
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ type Type =
193193 | Regex
194194 | Number of kind : NumberKind * info : NumberInfo
195195 | Option of genericArg : Type * isStruct : bool
196- | Tuple of genericArg : Type list * isStruct : bool
196+ | Tuple of genericArgs : Type list * isStruct : bool
197197 | Array of genericArg : Type * kind : ArrayKind
198198 | List of genericArg : Type
199199 | LambdaType of argType : Type * returnType : Type
You can’t perform that action at this time.
0 commit comments