repo.or.cz
/
git-rebase2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
refactor: create Git namespace
[git-rebase2.git]
/
app
/
Rehi
/
Git
/
Types.hs
blob
670ead4706f288468673c100b3d31ff20b999ac3
1
module
Rehi
.
Git
.
Types
where
2
3
import
Data
.
ByteString
(
ByteString
)
4
5
newtype
Hash
=
Hash
{
hashString
::
ByteString
}
deriving
(
Eq
,
Ord
,
Show
)