1
2
3
4
//! Constants.

/// The maximum arity that prolog predicates are allowed to have
pub const MAX_ARITY: usize = 1024;