Nicolas Di Prima
Nicolas Di Prima
I believe this is because the impl of tuples for `Transactional` use tuples of [TransactionalTree](https://docs.rs/sled/0.31.0/sled/struct.TransactionalTree.html). All the operations on the `TransactionalTree` are `UnabortableTransactionError`. So I think this is _on purpose_...
I believe there is such function already ## Foundation Foundation actually provides the function to split on a specific element. ```haskell splitOn :: (Element c -> Bool) -> c ->...
or did you mean you think we should provide a specialised function with `Eq (Element col)` as a constraint ?
fair enough, do `split` is a good name indeed.
or one could simply use what is already available: https://docs.travis-ci.com/user/deployment/hackage/
(Vincent's here, no internet on my phone waiting in the airport) hmm quickly it doesn't seems very useful to have the direction of the array. I never seen this kind...
this does relate a bit to #312
good idea, however the directory starts to be a little messy now. What would you think of moving foundation in a sub folder too ?
@vincenthz , would you mind if I were to rebase that branch and move all foundation into a `foundation` sub-directory too ?
do you think it is related to #51 ?