Skip to main content
Commonmark migration
Source Link

Haskell, 8 bytes

Anonymous identity function, turning into subtraction from 0 when reversed.

id--)-0( 

Try it online!

Reversed:

(0-)--di 

Try it online!

Haskell, 8 bytes

Anonymous identity function, turning into subtraction from 0 when reversed.

id--)-0( 

Try it online!

Reversed:

(0-)--di 

Try it online!

Haskell, 8 bytes

Anonymous identity function, turning into subtraction from 0 when reversed.

id--)-0( 

Try it online!

Reversed:

(0-)--di 

Try it online!

Source Link
Ørjan Johansen
  • 7.5k
  • 1
  • 23
  • 39

Haskell, 8 bytes

Anonymous identity function, turning into subtraction from 0 when reversed.

id--)-0( 

Try it online!

Reversed:

(0-)--di 

Try it online!