F# and generics: can I have a collection of generic functions, each function having it's own generic type?

前端 未结 0 860
独厮守ぢ
独厮守ぢ 2020-12-15 00:58

I would like to define a generic workflow like this (simplified)

type Fn1 = SomeInput -> \'a
type Fn2 = \'a -> SomeResult
type Workflow = string * Fn1 *         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题