interpolation - Unknown haskell operator; `<>` -


this code appears use <> interpolation operator. https://github.com/hlian/linklater/blob/master/examples/app/jointphotographicexpertsgrouptonga.hs

i can not find documentation nor source operator. ideas does/where from.

traditionally, <> function defined in data.monoid.

(<>) :: monoid => -> -> (<>) = mappend 

however, semigroups package has long used method of semigroup class in data.semigroup. of ghc 8, data.semigroup has moved base package. there plan in place making semigroup superclass of monoid. once complete, <> function entirely replaced <> method.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -