mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-15 14:23:32 +03:00
8e1ca0eddf
* Add `break` in each case alt in js backend Fixes #1795 * Remove some uneeded `break`s * linter * Follow @stefan-hoeck 's advice This is neater Note: I renamed breakAfterAssignment because it's too much work to type * [ test ] Test for #1795 * cleanup: remove unneeded vcat
4 lines
76 B
Plaintext
4 lines
76 B
Plaintext
1/1: Building Fix1795 (Fix1795.idr)
|
|
Main> Right ('1', 1)
|
|
Main> Bye for now!
|