comline/core/proposals/protocol_function_blanket_impl.ids

9 lines
371 B
Plaintext
Raw Permalink Normal View History

2023-08-28 14:09:31 -05:00
// 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
}