Skip to content
  • tibbe's avatar
    Force the components of returned pairs · cd8d45fb
    tibbe authored
    Some functions, like partition, return a pair of values. Before this
    change these functions would do almost no work and return immediately,
    due to suspending most of the work in closures. This could cause space
    leaks.
    
    Closes #14.
    cd8d45fb