add callable is/2

This commit is contained in:
Mark Thom
2018-01-19 00:08:55 -07:00
parent 1b402b2673
commit f9b53856ac
8 changed files with 353 additions and 247 deletions

View File

@@ -417,3 +417,9 @@ macro_rules! display {
Line::Control(ControlInstruction::DisplayCall)
)
}
macro_rules! is_on_heap {
() => (
Line::BuiltIn(BuiltInInstruction::IsOnHeap)
)
}