Jacques Carette
Jacques Carette
Which code? Our own Haskell code, or our generated code?
I agree that the apostrophes are bad. And that using both `makeX` and `mkX` is bad. I am a big fan of short names for **heavily used** things. Normal functions...
Have any updates on this issue been made?
Your summary of the hierarchy and some of the types accords with my memory of them. - Reasonable values are meant to be just that. But let me explain: if...
So there should be ConstrainedChunk -> NewChunk -> QuantityDict and ConstrainedChunk -> NewChunk2 -> QuantityDict. There might be a need to do something similar with DefinedQuantityDict and ConstrConcept, I'm less...
Note: you don't need to tag me, I'll get an email either way. This process is good (i.e. listing out your knowledge and questions) in issues. So what you want...
This is harmless. I think someone was just trying to be uniform when defining the `constrained` list. In this case, the extra `cnstrw` on `probFail` could be removed, because it's...
Those are good questions @balacij . Having 'reasonable values' the way they exist in Drasil (aka at the Chunk level) is actually a non-trivial innovation we've done [that we need...
In a way, this is related to #2306 : what is the intent of reasonable values? I think the exposition by @smiths above (indirectly) shows that our current implementation does...
Can you also show how you tried to build that function? Some of these things work, as it is used in GlassBR. The issue with Python is likely to be...