Results 9 comments of Sandeep.C.R

@nh2 It would be nice to have a solution for this.

@wz1000 > Consider a function fst that takes a tuple and return the first element of the tuple. > > The most polymorphic type of this function is... But wouldn't...

@saurabhnanda I didn't know TH before. Learned it for this solution.

>IMO these checks should be done off-chain @rafoo Why though? Couldn't one can interact with a smart contract via `tezos-client`s raw contract-call commands (or even via an RPC calls) which,...

@ocharles We are having some [speed issues with Opaleye generated queries](https://github.com/tomjaguarpaw/haskell-opaleye/issues/284). Do you think your work here can help with that issue? Is there any way we can try your...

Sorry. I think I didn't make myself clear. It is not a bug report. But a feature request to show the results of (LogStr -> Text) and (LogStr -> ByteString)...

I think Travis-ci stopped providing their free tier. I ll try to move the CI to somewhere else. Thanks for reporting.

@tomjaguarpaw @ocharles Here are the analysis (anonymized) generated by https://explain.depesz.com. 1. [Opaleye generated query](https://explain.depesz.com/s/MfNh) ``` Nested Loop Left Join (cost=9.710..162.490 rows=1 width=2486) (actual time=0.751..1.900 rows=16 loops=1) -> Nested Loop Left...