Jacques Carette

Results 1199 comments of Jacques Carette

Note: `String` in Haskell is `[Char]`, by definition. Also, I can't remember where everything is (Drasil has gotten large), so it is best to remind me which package defines `Choices.hs`...

You are correct that you should not abandon that style. The first thing to investigate is what `getParams` actually does with its first argument. It might be that making that...

This is going to iterate over the elements of `g` (whatever those are), which might be all the classes in current scope. Then it finds all the names associated to...

The cool thing about this feature (even though it is low priority) is that it would be the first instance where the document processor would examine the structure of the...

Actually I find it rather exciting that we're getting to the point where stylistic differences can become something we don't need to argue about, we just twiddle the right parameters...

Just that we haven't got to it. It would be a good issue to start digging in to Drasil.

Indeed. Right now `introductionSubsections` is too hard-coded. What we should do is to take a `DocDesc`, look at what sections are *actually* there, and then generate an introduction based on...

`const_` is not bad. `constant` would work too. The other two are too obscure/implementation dependent.

There are a few issues related to this already - I think all of them are assigned to me. It is still on my list to try to recapture the...

It depends. I forget exactly what information is in `ODEInfo`. I'm pretty sure we wouldn't want all of it into the `DifferentialModel`. So I don't think that either suggestion is...