Remove Str.concat placeholder

This commit is contained in:
Richard Feldman 2025-11-10 21:07:44 -05:00
parent 55d1810549
commit b291ef3bce
No known key found for this signature in database

View file

@ -4,8 +4,6 @@ Builtin := [].{
contains : Str, Str -> Bool
contains = |_str, _other| True
concat : Str, Str -> Str
}
List := [ProvidedByCompiler].{