Argonaut Constellation
git
Log in
—
Register
~alcinnz
/
fontconfig-pure
summary
tree
log
refs
ref:
old-main
fontconfig-pure
/
lib
/MyLib.hs
-rw-r--r--
80 bytes
View
Log
Blame
View raw
66dce74f
— Adrian Cochrane Start rewrite from scratch.
1 year, 19 days ago
1
2
3
4
module
MyLib
(
someFunc
)
where
someFunc
::
IO
()
someFunc
=
putStrLn
"someFunc"