Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Tablecloth.IntSourceInt.negate 8 = (-8)
Int.negate (-7) = 7
Int.negate 0 = 0
Int.isEven 8 = true
Int.isEven 7 = false
Int.isEven 0 = true
Int.isOdd 7 = true
Int.isOdd 8 = false
Int.isOdd 0 = false