add streams.rs, consume them in place of the old PrologStream
This commit is contained in:
@@ -72,7 +72,7 @@ impl<'a> HCPreOrderIterator<'a> {
|
||||
|
||||
Addr::Con(Constant::String(n, s))
|
||||
}
|
||||
Addr::Con(_) | Addr::DBRef(_) => {
|
||||
Addr::Con(_) | Addr::DBRef(_) | Addr::Stream(_) => {
|
||||
da
|
||||
}
|
||||
Addr::Lis(a) => {
|
||||
|
||||
Reference in New Issue
Block a user