Shohei Yasutake

Results 10 comments of Shohei Yasutake

```erlang foo() -> X = 1, (fun (__A__) -> case __A__ of {ok, X} -> X + 1 end end)({ok, 5}). ``` causes case clause error too because function literals...

Oops @kmizu -san opened and closed the pull request #105 at a month ago. Will you re-open the pull request because #90 is now resolved?

To support map pattern, it is not correct that we simply convert pattern to expr. For example, ``` case M of #{a := A} -> A end ``` `#{a :=...

In Erlang to Core Erlang conversion, for example `[ N * 2 || N case _1 of [N | _2] -> [N * 2 | lc(_2)]; [] -> []; _...

idea 1: - `latest`, `${SATYSFI_VERSION}-satyrographos-${SATYROGRAPHOS_VERSION}`: current opam-slim - for normal users. This image cares almost all usecases, I think. - `nightly`: same as latest but HEAD - for HEAD junky...

This list quotes from [The Abstract Format](http://erlang.org/doc/apps/erts/absform.html) in Erlang Run-Time System Application (ERTS) User's Guide **Version 10.2** (2019/02/21). ## Module Declarations and Forms - [x] module declaration - [x] `-export`...

All features are implemented!! 🎉 🎉

I force-pushed to relax upperbound of `ListLike` whose latest version is 4.1.0.