Std.Db.Repository.Repository
1 declaration
type
RepositoryThis declaration introduces a public type.
What it does
What a program can do with one kind of thing.
A record of functions. Nothing here proxies an interface into an
implementation or derives a statement from a name — what a repository does
is what somebody wrote in it, which also means a repository over a
different backing is the same record with different functions.
Read the signature
- This declaration has no value signature because it introduces a type or trait.
