Toshio Ito

Results 14 issues of Toshio Ito

It would be convenient to make an automated way to save/load a record data type to/from Gremlin properties. Maybe we can borrow `ToForm` and `FromForm` typeclasses of [http-api-data](https://hackage.haskell.org/package/http-api-data). However, we...

Current greskell supports use of `.from` and `.to` modulators for `.addE` step that take Traversal argument, but there are more uses about them. - `.from` and `.to` modulators can be...

I use elm-mode-0.21.0 on Emacs 25.2.2 (Linux). ## Steps to reproduce 1. Type the following. ```elm let foo = [ ] ``` 2. Set the cursor at the beginning of...

In SQLite3, we can use `rowid` pseudo-column and `last_insert_rowid()` function to query the last inserted record. To build such a query with HRR, I tried ``` haskell lastInsertRecord :: Table...