| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Utils.ThankYouStars.GitHub
Contents
Documentation
data GitHubRepo Source #
Constructors
| GitHubRepo | |
Instances
| Eq GitHubRepo Source # | |
Defined in Utils.ThankYouStars.GitHub | |
| Ord GitHubRepo Source # | |
Defined in Utils.ThankYouStars.GitHub Methods compare :: GitHubRepo -> GitHubRepo -> Ordering # (<) :: GitHubRepo -> GitHubRepo -> Bool # (<=) :: GitHubRepo -> GitHubRepo -> Bool # (>) :: GitHubRepo -> GitHubRepo -> Bool # (>=) :: GitHubRepo -> GitHubRepo -> Bool # max :: GitHubRepo -> GitHubRepo -> GitHubRepo # min :: GitHubRepo -> GitHubRepo -> GitHubRepo # | |
| Show GitHubRepo Source # | |
Defined in Utils.ThankYouStars.GitHub Methods showsPrec :: Int -> GitHubRepo -> ShowS # show :: GitHubRepo -> String # showList :: [GitHubRepo] -> ShowS # | |
starRepo :: Token -> GitHubRepo -> IO (Either HttpException ()) Source #