Element - w
- Listify
Characters:
w
Description
a wrapped in a singleton list
Overloads
any
-[a] (wrap in singleton list)
Examples
1 w
=⟨1⟩
`hello` w
=⟨`hello`⟩
⟨1|2|3⟩ w
=⟨⟨1|2|3⟩⟩
w
- ListifyCharacters:
w
a wrapped in a singleton list
any
- [a] (wrap in singleton list)
1 w
=
⟨1⟩
`hello` w
=
⟨`hello`⟩
⟨1|2|3⟩ w
=
⟨⟨1|2|3⟩⟩