Awurama

Results 9 comments of Awurama

@JacquesCarette I see I'm suppose to review this open issue and report back with what the current state of the problem is... I started and have already seen an instance...

## SWHS_SRS - under "Specific System Description" > "Physical System Description" there's a missing "Fig:Tank:" before the caption "Solar water heating tank, with heat flux into the water from the...

hmm @JacquesCarette Could you please give me some further explanation/ information on this ticket? I want to have some more understanding on both what this is about and what i...

I started working on this ticket by looking for where everything was defined to gain some more understanding on the "Chunk hierarchy" and "chunk types". - `ConstrConcepts` are conceptual symbolic...

Okay thank you!, so the new chunk type created that lies between ConstrainedChunk and QuantityDict should add one of the new features that ConstrainedChunk adds to QuantityDict instead. So it...

I've been going through some chunk types and wanted to share what i think I should do... currently this is how ConstrainedChunk & QuantityDict are defined: ``` data ConstrainedChunk =...

@JacquesCarette Also can i first go ahead and change the function `reasVal` so its a lens to `Expr` instead of `Maybe Expr`?

A question: in going through & editing the code I reached a point were i had to look through were the constructors (`cuc, cvc, cnstrw`) that previously were for ConstrainedChunk...