Costabs-CoFloCo-TypedNorms/bigints_add.abs:8:56:Function ceil cannot be resolved. def Pair split(Int n) = Pair(n % word_size(), ceil(float(n/word_size()))); -------------------------------------------------------^ Costabs-CoFloCo-TypedNorms/bigints_add.abs:8:34:Type does not match declared type . def Pair split(Int n) = Pair(n % word_size(), ceil(float(n/word_size()))); ---------------------------------^ Costabs-CoFloCo-TypedNorms/bigints_add.abs:8:0:Cannot assign ABS.StdLib.Pair> to type ABS.StdLib.Pair. def Pair split(Int n) = Pair(n % word_size(), ceil(float(n/word_size()))); ^ Compilation failed with syntax errors.