meta_predicate/1: Cannot represent due to `max_arity' (max arity of meta predicates is 8)
Goal (directive) failed: lambda: (meta_predicate^(?,0,?),^(?,1,?,?),^(?,2,?,?,?),^(?,3,?,?,?,?),^(?,4,?,?,?,?,?),^(?,5,?,?,?,?,?,?),^(?,6,?,?,?,?,?,?,?))
That could be in part because I copied the actual
lambda.pl file into my repo as a dirty hack (this is from a later version of swipl for OSX, I think), but is this indicative of restrictions in the older ARM version of swipl?
I also found that random_member/2 was not defined despite the module library(random) being used.