Initial commit

This commit is contained in:
2021-10-25 19:04:24 +03:00
commit c200e5c98c
27 changed files with 690 additions and 0 deletions

4
dhall/Fetcher/Type.dhall Normal file
View File

@ -0,0 +1,4 @@
{ subreddit : Text
, entries : Natural
, qualifier : Optional ../Qualifier/Type.dhall
}

View File

@ -0,0 +1,3 @@
{ entries = 50
, qualifier = None ../Qualifier/Type.dhall
}

View File

@ -0,0 +1 @@
{ Type = ./Type.dhall, default = ./default.dhall }