Skip to content

Commit

Permalink
Document
Browse files Browse the repository at this point in the history
  • Loading branch information
berewt committed Apr 1, 2023
1 parent d27af5b commit 42792f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions marconi-core/src/Marconi/Core/Experiment.hs
Expand Up @@ -27,6 +27,12 @@ What's include in this module:
- A full in-memory indexer (naive), an indexer that compose it with a SQL layer for persistence
- A coordinator for indexers, that can be exposed as an itdexer itself
In this module @desc@ is the descriptor of an indexer,
it's usually an uninhabited type used to define the corresponding type families.
The idea behind @desc@ is that you may want to provide different indexer for the same descriptor,
or to provide an indexer implementation that works for different descriptors.
-}
module Marconi.Core.Experiment where

Expand Down

0 comments on commit 42792f0

Please sign in to comment.