Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
matrix_transpose [2016/10/02 15:45]
nikolaj
matrix_transpose [2016/10/02 15:50]
nikolaj
Line 19: Line 19:
 <​code/​Haskell>​ <​code/​Haskell>​
 --$ idris -p contrib --$ idris -p contrib
 +--$ :l this_module.idr
 import Data.Matrix import Data.Matrix
  
Line 26: Line 27:
 tm : Matrix 2 3 Nat tm : Matrix 2 3 Nat
 tm = transpose m tm = transpose m
-<code/Haskell>+</code>
  
 === Reference === === Reference ===
Link to graph
Log In
Improvements of the human condition