Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Scientific parser #2

Merged
merged 1 commit into from
Dec 27, 2016
Merged

Add Scientific parser #2

merged 1 commit into from
Dec 27, 2016

Conversation

dredozubov
Copy link
Contributor

Adds Scientific parser + some minor style changes.

@dredozubov dredozubov reopened this Dec 26, 2016
@dredozubov dredozubov merged commit 9289a1c into master Dec 27, 2016
@dredozubov dredozubov deleted the scientific branch December 27, 2016 13:46
@@ -127,6 +130,9 @@ fixedFromDom
=> DomParserT Identity m (Fixed a)
fixedFromDom = parseContent readContent

scientificFromDom :: Monad m => DomParserT Identity m Scientific
scientificFromDom = parseContent readContent
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Надо ещё добавить и инстанс FromDom Scientific тогда, иначе half-assed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants