Fix typos in InformathAPI.hs - #14
Open
amelieled wants to merge 1 commit into
Open
Conversation
Need to update the HTML doc?
aarneranta
reviewed
Aug 27, 2026
| and a ConstantTable (file .dkgf). | ||
| Both of these can be customized and passed as values of flags. | ||
| The following functions read them directly, but need hardly be called explicitly. | ||
| The following functions read them directly, but need to be called explicitly. |
Collaborator
There was a problem hiding this comment.
hardly is a soft negation and cannot be omitted
aarneranta
reviewed
Aug 27, 2026
| } | ||
|
|
||
| -- | When just converting form Dk to another formalism, no GF is needed. | ||
| -- | When just converting from Dedukti to another formalism, (GF is not needed). |
Collaborator
There was a problem hiding this comment.
I think the original comment is clearer,
aarneranta
reviewed
Aug 27, 2026
| ] | ||
|
|
||
| -- | The scores for each tree an string, in JSON. | ||
| -- | The scores for each tree in string, in JSON. |
aarneranta
reviewed
Aug 27, 2026
| gftree2nat env lang tree = linearize (grammar env) lang tree | ||
|
|
||
| -- | To unlex in a latex-like style, overridded by flag -no-unlex. | ||
| -- | To unlex in a LaTeX-like style, overrided by flag -no-unlex. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Need to update the HTML doc?