Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Grant Jeffries committed Nov 4, 2019
1 parent ef52cc2 commit 9d73a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bowtie-js/src/Bowtie/JS/Serialize.hs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ serializeTop ast =
_ ->
serialize ast

serialize :: AST -> Text -- TODO: text builder
serialize :: AST -> Text -- PERFORMANCE: could use a builder
serialize topAst =
case topAst of
Var id ->
Expand Down

0 comments on commit 9d73a22

Please sign in to comment.