mirror of
https://github.com/Smaug123/WoofWare.Myriad
synced 2025-10-06 04:28:42 +00:00
Add another instance of MyList (#100)
This commit is contained in:
@@ -61,3 +61,8 @@ and ConsCase =
|
||||
Head : int
|
||||
Tail : MyList
|
||||
}
|
||||
|
||||
[<CreateCatamorphism "MyList2Cata">]
|
||||
type MyList2 =
|
||||
| Nil
|
||||
| Cons of int * MyList2
|
||||
|
Reference in New Issue
Block a user