fork download
  1. det = uncurry (-) . uncurry (uncurry (***) . ((*) *** (*))) . second swap
  2. main = print $ det ((1, 2), (3, 4))
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
[1 of 1] Compiling Main             ( prog.hs, prog.o )

prog.hs:1:37: Not in scope: `***'

prog.hs:1:50: Not in scope: `***'

prog.hs:1:62: Not in scope: `second'

prog.hs:1:69: Not in scope: `swap'
stdout
Standard output is empty