Marco Perone

Results 85 issues of Marco Perone

At the moment the `nullOr` assertions are not considering the `null` input value. For example the `nullOrIp` assertion type hints on `string`. Shouldn't it be more correct to add also...

## Question If I have a function with a guard like ``` f :: [Int] -> Int f (x : xs) | x' > 5 = 37 f _ =...

launching `elba repl` I get `Can't find import Data/SortedMap`

newcomer:help wanted
build:elba

`IReader` is defined as ```haskell type IReader t a = t -> Either String (a, t) ``` What is the reason why it is using `String` instead of `Text` for...

question

If I try to create a proxy of a `stdClass` as follows ``` $proxyFactory = new LazyLoadingValueHolderFactory(); $initializer = function ( & $wrappedObject, LazyLoadingInterface $proxy ) { $proxy->setProxyInitializer(null); $wrappedObject =...

question
docs

When Dhall tries to parse ``` { a = "" , b = [] } ``` it reports the error message ``` Error: Invalid input (input):2:3: | 2 | ,...

error messages
parser

closes #41 @schell I created a first draft of the functionality, possibly to get a first feedback from you. I wanted also to ask you the following question: currently, when...

If I understand correctly, currently it is possible to execute commands just one after the other. Would it be interesting/possible to configure certain commands to run in parallel? For example,...

To avoid code written in too different styles, I would encourage the use of `hlint` and `hindent` and also compiling with `stack --pedantic`. If you have any other styling rule...

remove type constraints which are not used and add a compiler check for unused constraints