| 20 Jul 2023 |
infinisil | Also:
/*
Type: foo :: {
x :: Int;
y :: Bool;
}
*/
| 18:52:00 |
infinisil | In reply to @pennae:matrix.eno.space that would be handled by dedent(...).trim() Ahh 🤔 | 18:52:19 |
infinisil | Yeah lemme try dedent then :) | 18:52:30 |
pennae | In reply to @infinisil:matrix.org
Also:
/*
Type: foo :: {
x :: Int;
y :: Bool;
}
*/
that too? dedent ignores the first line, the rest is dedented by two spaces | 18:52:31 |
infinisil | pennae: Are you sure? The docs don't mention anything of that | 18:53:43 |
infinisil | Anyways, I'll just try it out | 18:53:47 |