Olle Fredriksson

Results 45 issues of Olle Fredriksson

## Problem `M.role` is not treated as a qualified name, but is instead pretty-printed as function composition. Other names, like `notRole`, don't seem to be affected. I suppose `role` is...

Formatting the following program takes a bit over 6 seconds on my machine: ```elm x = [ [ [ [ [ [ [ [ [ [ [ [ [ [...

Could `concat_` be generalised to have a type like ```haskell concat_ :: (IsSqlExpressionSyntaxStringType syntax text, IsSql99ConcatExpressionSyntax syntax) => [QGenExpr context syntax s text] -> QGenExpr context syntax s text ```...

enhancement

Changing this line: ```haskell folq :: DatabaseSettings be Folq folq = defaultDbSettings ``` to ```haskell folq :: DatabaseSettings be Folq folq = undefined ``` saves about 40 seconds of build...

Hey again! Running this: ```haskell import Database.Beam import Database.Beam.Postgres import Database.Beam.Postgres.Syntax import Data.Text (Text) test :: Connection -> IO () test conn = do let t :: QExpr PgExpressionSyntax s...

bug

Hey, and thanks for a great library! I ran into something surprising today. Consider the following (nonsensical) queries: ```haskell test :: IO () test = dumpSqlSelect $ do dep val_...

Since the set of infix operators is static in Elm 0.19, would it make sense to just always use a predefined operator table containing [these](https://github.com/elm/core/blob/84f38891468e8e153fc85a9b63bdafd81b24664e/src/Basics.elm#L71-L89) (plus maybe [the ones from...

This seems to work for me now. :)

Hej! Splendid work on the library! I'm having a great time so far. :) It addresses some issues I had with Jsverify, and additionally has a nice and simple interface....