mirror of
https://github.com/Smaug123/WoofWare.Myriad
synced 2025-10-12 23:48:42 +00:00
Add another instance of MyList (#100)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user