You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once these functions return a factored type, one can just bind the LoopResult variant type to a placeholder. The inner function of course will always return an Iterate type.
Example
Before:
let (arr, acc) = wordarray_map_no_break[U32, (), ()] #{ .. }
Thu Apr 9 12:39:44 2015
Originally opened as https://github.csiro.au/ts-filesystems/Cogent/issues/71
Depends on #175
Once these functions return a factored type, one can just bind the LoopResult variant type to a placeholder. The inner function of course will always return an Iterate type.
Example
Before:
After:
The text was updated successfully, but these errors were encountered: