Capturing mock

This commit is contained in:
Smaug123
2025-09-16 23:33:35 +01:00
parent 738e0c1f1b
commit 2c539c13a3
25 changed files with 1426 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
namespace WoofWare.Myriad.Plugins
[<RequireQualifiedAccess>]
module internal Tuple =
let withLeft left right = left, right
let withRight right left = left, right