comline/core/proposals/protocol_function_blanket_impl.ids
2023-08-28 20:09:31 +01:00

9 lines
371 B
Plaintext

// TODO: This proposal is about blanket implementations on protocol functions.
// TODO: What would go inside would be a block of expressions (the same used in a Validator)
// TODO: Statements could also exist but ONLY IF they really, really are necessary
protocol TestBlanket {
function test_blank() { unimplemented() }
function test_blank_other() => StringBounds
}