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
| FROM usethesource/bacata:0.0.1 |
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
| module HypothesisToReview | |
| import lang::html::IO; | |
| import IO; | |
| import List; | |
| // this is a simple HTML scraper against an untyped HTML document model (`node`) | |
| str detailedComments(loc hypothesisCards) { | |
| content = readHTMLFile(annos); | |
| review = ""; |
OlderNewer