Title explains but an example would be something in the line of: ``` def isTrue(): Boolean = if boolsktVärde == true then true else false ``` can be simplified to ``` def isTrue(): Boolean = boolsktVärde ```