Jacques Carette
Jacques Carette
As we moved forward with our documents, we realized that the very definition of the various concepts (TM/GD/IM) was a bit too loose. At first, that was fine, but eventually...
Yes, do please add that!
Yes, go ahead and do the "gymnastics" necessary to get us there.
We indeed to not care about UIDs being pretty. Right now they are short, but I always thought they might 'morph' into something much more structured than just a `String`,...
Since one might want to append more than once, we can't check if that character isn't there. We could do something more clever if we changed `UID` to be a...
Yes, a single unicode character. @balacij solution with `uid` is the way to go. Note that we will want many of the constructors of chunks to still take `String`, so...
Right - I think that `uid` could be the lens outside of `data-drasil`, and the smart constructor inside `data-drasil`. I don't think we will need many explicit calls to the...
The point would be that there would be a 'hole' in `SentenceF` that could be filled by anything. That way `SentenceF` would be parametric in that, and would not **depend**...
Huge amount of information here. And lots of good questions. So, to be able to eventually close this issue, I'm going to spin off a bunch of issues, each of...