Hash returns a hash code for this expression.
()
| 1138 | |
| 1139 | // Hash returns a hash code for this expression. |
| 1140 | func (a ApplyFn) Hash() uint64 { |
| 1141 | return hashTerm(a.Function.String(), a.Args) |
| 1142 | } |
| 1143 | |
| 1144 | // String returns a string representation for this atom. |
| 1145 | func (a ApplyFn) String() string { |