CallCC<M>: (<A, B>(continuation) => Get1<M, A>) Type declaration
- <A, B>(continuation): Get1<M, A>
Parameters
continuation: ((callback) => Get1<M, A>)
- (callback): Get1<M, A>
Parameters
callback: ((a) => Get1<M, B>)
Returns Get1<M, A>
Returns Get1<M, A>