pepegar / hammock

Purely functional HTTP client

Home Page:https://hammock.pepegar.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

convert interpreters to methods of objects

pepegar opened this issue · comments

Currently we're using classes that extend InterpTrans. We don't need to create those classes, we could just create objects that expose a single method (potentially implicit) that returns an InterpTrans instance.

I can help you with this issue.