d745706082
I don't love having separate modules for ReadOnly vs. ReadWrite connections, but F# doesn't support covariance, so this is the best I could come up with for now.
5 lines
56 B
Forth
5 lines
56 B
Forth
module Program =
|
|
|
|
[<EntryPoint>]
|
|
let main _ = 0
|