Add another instance of MyList (#100)

This commit is contained in:
Patrick Stevens
2024-02-18 14:13:34 +00:00
committed by GitHub
parent 1bbbf4bd06
commit 3209372b5b
5 changed files with 86 additions and 1 deletions

View File

@@ -285,7 +285,7 @@ module internal CataGenerator =
(fields : AdtNode list)
: CataUnionBasicField list
=
let rec go (prefix : string) (name : Ident option) (ty : SynType) =
let rec go (prefix : string) (name : Ident option) (ty : SynType) : CataUnionBasicField =
let stripped = SynType.stripOptionalParen ty
match stripped with