David Pritchard
David Pritchard
This PR fixes #31 by adding per-file TODO keywords to the tests/issue-23.org test file to ensure that `STARTED` will be one of the TODO keywords.
In my version of Emacs (v27.2) `STARTED` is not one of the default keywords, which causes the `test-issue-23` test to fail for me. A possible solution is to specify per-file...
Since extraction methods aren't defined for `icd9cm_pc` and `icd10cm_pc` classes, extraction resorts to the default method which drops all of the type encoding information. See the following for an example....
My group plans to implement a conversion procedure between ICD-9 and ICD-10 codes in R based on the codes found here: http://www.nber.org/data/icd9-icd-10-cm-and-pcs-crosswalk-general-equivalence-mapping.html. It seems like this package would be a...
When I run `run-haskell` for a Stack project I'm seemingly getting many segmentation faults, followed by a GHCi prompt for a GHCi session that wasn't invoked for with the correct...