This website requires JavaScript.
Explore
Help
Sign In
hasufell
/
ghc-mod
Watch
1
Star
0
Fork
0
You've already forked ghc-mod
Code
Issues
Pull Requests
Releases
Wiki
Activity
b859ca7f40
ghc-mod
/
test
/
data
/
file-mapping
/
File_Redir_Lint.hs
5 lines
67 B
Haskell
Raw
Normal View
History
Unescape
Escape
Fix mistake in test file Should be `module File`, since it's used as a redirection.
2015-07-03 19:30:17 +00:00
module
File
where
Some file mapping tests
2015-07-03 18:35:57 +00:00
func
::
Num
a
=>
a
->
a
->
a
func
a
b
=
(
*
)
a
b
Reference in New Issue
Copy Permalink