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.
1 parent 930f124 commit 2af745fCopy full SHA for 2af745f
YukimiScript.Parser/TypeChecker.fs
@@ -69,7 +69,7 @@ let parametersTypeFromBlock (par: Parameter list) (b: Block) =
69
|> Result.bind (fun x ->
70
let paramTypePairs =
71
List.map (readOnlyDict >> fun x ->
72
- match x["param"], x["type"] with
+ match x.["param"], x.["type"] with
73
| Symbol par, Symbol t -> par, t
74
| _ -> failwith "parametersTypeFromBlock: failed!") x
75
0 commit comments