Skip to content

Commit

Permalink
feat(std): Export ++ as a string append function
Browse files Browse the repository at this point in the history
  • Loading branch information
Marwes committed Jun 7, 2018
1 parent 64bb789 commit 85a0eea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions std/string.glu
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ let show : Show String = { show = function.id }
show,
semigroup,
monoid,
/// Appends two strings.
///
/// Re-export of `semigroup.append`.
(++) = semigroup.append,
..
string_prim
}

0 comments on commit 85a0eea

Please sign in to comment.