SHOW:
|
|
- or go back to the newest paste.
| 1 | pairHMMgen :: Int -> Int -> [[Char]] | |
| 2 | pairHMMs2c :: [[Char]] -> [[((Char,Char),(Int,Int))]] | |
| 3 | ||
| 4 | - | ghci> (pairHMMs2c . pairHMMgen) 2 8 |
| 4 | + | ghci> (pairHMMs2c . pairHMMgen) 2 8 |
| 5 | ||
| 6 | expected type [[Char]] but output type of pairHMMgen is t1 -> [[Char]] |