Block or Report
Block or report rikvdkleij
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories Loading
-
-
haskell-editor-setup Public
Forked from guardians-of-life/haskell-editor-setup
Instructions for setting up Haskell editors/IDEs
-
stack-templates Public
Forked from commercialhaskell/stack-templates
Project templates for stack new
Haskell 1
-
servant Public
Forked from haskell-servant/servant
Main repository for the servant libraries. Web API combinators, with servers, clients and documentation
Haskell
-
servant-reflex Public
Forked from imalsogreg/servant-reflex
Generate reflex client functions for querying a servant API
Haskell
44 contributions in the last year
Contribution activity
November 2021
Created an issue in rhaiscript/rhai that received 14 comments
Custom operators don't work as described in documentation
When I define a custom operator as described here https://rhai.rs/book/engine/custom-op.html#example
it works as foo(x,y) and not as x foo y. Does …