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

testing - Detect whether test has failed within fixture -

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

android - Create single AAR file from multiple modules using Gradle -