Type safe

This commit is contained in:
Smaug123
2023-12-21 18:56:41 +00:00
parent b646419d6a
commit 46d9ac111a
3 changed files with 120 additions and 57 deletions

View File

@@ -3,6 +3,6 @@
module Program =
[<EntryPoint>]
let main argv =
Pipeline.foo
PipelineBuilder.foo ()
|> ignore
0