|
:t (#) gives parse error: msg#00070lang.haskell.glasgow.bugs
In GHC 6.0.1, using GHCi: Prelude> let x # f = f x Prelude> :t (#) <interactive>:1: parse error on input `)' Prelude> :t ( #) <interactive>:1: parse error on input `#)' Prelude> :t (# ) <interactive>:1: parse error on input `)' Prelude> :t ( # ) ( # ) :: forall t t1. t1 -> (t1 -> t) -> t Prelude> zipWith (#) [1] [(+1)] <interactive>:1: parse error on input `)' Prelude> zipWith ( # ) [1] [(+1)] [2] Prelude> Juanma
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [ ghc-Bugs-764685 ] GHCi breaks the terminal, SourceForge.net |
|---|---|
| Next by Date: | RE: :t (#) gives parse error, Simon Marlow |
| Previous by Thread: | [ ghc-Bugs-764685 ] GHCi breaks the terminal, SourceForge.net |
| Next by Thread: | RE: :t (#) gives parse error, Simon Marlow |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |