Can we define the SME interpreter as fsme with a 0 timeout?
Can we define the MF interpreter as fsme with an "infinite timeout"?
So that people see in the code the actual connection.
|
fsme :: Lattice l => FIO l a -> Maybe Int -> IO (FIOExecutionObject l a) |
Can we define the SME interpreter as fsme with a 0 timeout?
Can we define the MF interpreter as fsme with an "infinite timeout"?
So that people see in the code the actual connection.
Multef/src/FIOInternals.hs
Line 82 in 11a5a74