bodil / bodil/bodil.github.com
Textual error
- Vorherrschende Sprache
- CSS
- Sterne
- 24
- Forks
- 8
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Hi!
In your Parser Combinators text you have what seems to be a typo:
> To accommodate this pattern, we're going to use our pair combinator to write two other combinators: `left, which discards the result of the first parser and only returns the second`, and its opposite number, right, which is the one we'd have wanted to use in our test above instead of pair - the one that discards that () on the left hand side of the pair and only keeps our String.
`left` actually discards the second result and returns the first, while `right` does what it says.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
Öffne den im Bericht referenzierten Text Parser Combinators und finde die Beschreibungen der Kombinatoren `left` und `right`. Vergleiche jede Beschreibung mit dem im Issue angegebenen Verhalten, korrigiere die vertauschte Formulierung und überprüfe, dass die umgebende Erklärung weiterhin konsistent ist.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Bereich
- documentation
- Issue-Typ
- Dokumentation
- Schwierigkeit
- 1/5
- Geschätzter Aufwand
- Unter einer Stunde
- Aktivitätsstatus
- Veraltet
- Klarheit
- Klar beschrieben
- Anfängerfreundlichkeit
- 35/100