Interpreter
  Namespace: FsCassy
Interpreter interface that makes it possible to use the same instance of an interpreter with different type parameters from within the same function. See http://stackoverflow.com/questions/42598677/what-is-the-best-way-to-pass-generic-function-that-resolves-to-multiple-types
Instance members
| Instance member | Description | 
          
            Interpret(arg1)
          
          
            Signature: Statement<'t,Computation<'r>> -> Computation<'r> 
        Modifiers: abstract Type parameters: 't, 'r  | 
        
            
               
               
            
          
         |