:: t -> t1 -> t package:basic-prelude

const x is a unary function which evaluates to x for all inputs. For instance,
>>> map (const 42) [0..3]
[42,42,42,42]
raise a number to a non-negative integral power