mirror of
				https://github.com/Smaug123/WoofWare.Myriad
				synced 2025-10-31 08:38:59 +00:00 
			
		
		
		
	Fix one bit of bug
This commit is contained in:
		| @@ -21,7 +21,7 @@ type TreeBuilderCataCase<'a, 'TreeBuilder, 'Tree> = | ||||
| /// Description of how to combine cases during a fold | ||||
| type TreeCataCase<'a, 'TreeBuilder, 'Tree> = | ||||
|     /// How to operate on the Const case | ||||
|     abstract Const : Const -> 'Tree | ||||
|     abstract Const : Const<'a> -> 'Tree | ||||
|     /// How to operate on the Pair case | ||||
|     abstract Pair : 'Tree -> 'Tree -> PairOpKind -> 'Tree | ||||
|     /// How to operate on the Sequential case | ||||
|   | ||||
		Reference in New Issue
	
	Block a user