We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building lists in your context with ++limo breaks clamming: $, and , are broken.
$,
,
Example batz phenomenon*: Example 1) ~tadbyl-hilbel/try=> =lyst (limo ~[1 'a' 2 'b' (some 10)]) ~tadbyl-hilbel/try=> ,@ ! -type.^$1{[i=@ud t=$1] ^$2{[i=@t t=$2] ^$3{[i=@ud t=$3] ^$4{[i=@t t=$4] ^$5{[i=[%~ u=@ud] t=$5] %~}}}}} ! burn-loop ! exit
~tadbyl-hilbel/try=> =lyst (limo ~[1 'a' 2 'b' (some 10)])
~tadbyl-hilbel/try=> ,@
! -type.^$1{[i=@ud t=$1] ^$2{[i=@t t=$2] ^$3{[i=@ud t=$3] ^$4{[i=@t t=$4] ^$5{[i=[%~ u=@ud] t=$5] %~}}}}}
! burn-loop
! exit
Example 2) ~tadbyl-hilbel/try=> =+((limo ~[1 2 3]) ,@) ! -type.^$1{[i=@ud t=$1] ^$2{[i=@ud t=$2] ^$3{[i=[%~ @ud] t=$3] %~}}} ! burn-loop ! exit`
~tadbyl-hilbel/try=> =+((limo ~[1 2
Example 3)
~zod/try=> =+((limo /a/b) ,@) ! -type.^$1{[i=@tas t=$1] ^$2{[i=@tas t=$2] %~}} ! burn-loop ! exit
The following work fine though: ~tadbyl-hilbel/try=> (list ,(unit ,@))[1 2 3 ] [[~ 1] [~ 2] [~ 3]] ~tadbyl-hilbel/try=> (limo (list ,(unit ,@))[1 2 3 ~]) [i=i=[~ 1] t=[i=i=[~ 2] t=[i=i=[~ 3] t=~]]]
~tadbyl-hilbel/try=>
[
2
(list ,(unit ,@))
1
3 ~])
[i=i=[~ 1] t=[i=i=[~ 2] t=[i=i=[~ 3] t=~]]]
The text was updated successfully, but these errors were encountered:
Possibly related: ^+ |- ?: %& _@ $ <~>` crashes only at the pretty-printer, instead of type-failing.
^+ |- ?: %& _@ $
Sorry, something went wrong.
No branches or pull requests
Building lists in your context with ++limo breaks clamming:
$,
and,
are broken.Example batz phenomenon*:
Example 1)
~tadbyl-hilbel/try=> =lyst (limo ~[1 'a' 2 'b' (some 10)])
~tadbyl-hilbel/try=> ,@
! -type.^$1{[i=@ud t=$1] ^$2{[i=@t t=$2] ^$3{[i=@ud t=$3] ^$4{[i=@t t=$4] ^$5{[i=[%~ u=@ud] t=$5] %~}}}}}
! burn-loop
! exit
Example 2)
! -type.^$1{[i=@ud t=$1] ^$2{[i=@ud t=$2] ^$3{[i=[%~ @ud] t=$3] %~}}}
! burn-loop
! exit`
~tadbyl-hilbel/try=> =+((limo ~[1 2
3]) ,@)Example 3)
The following work fine though:
~tadbyl-hilbel/try=> (limo
~tadbyl-hilbel/try=>
(list ,(unit ,@))[
12
3]
[[~ 1] [~ 2] [~ 3]](list ,(unit ,@))
[1
23 ~])
[i=i=[~ 1] t=[i=i=[~ 2] t=[i=i=[~ 3] t=~]]]
The text was updated successfully, but these errors were encountered: