index
:
sky-info
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
blame
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Lib.hs
blob: d36ff2714d5b36319784afa370e0f0d111d57ef1 (
plain
) (
tree
)
fbb66dd
1
2
3
4
5
6
module
Lib
(
someFunc
)
where
someFunc
::
IO
()
someFunc
=
putStrLn
"someFunc"