From c59cc786ef457968f36e3ecd633035ab907856fc Mon Sep 17 00:00:00 2001 From: Jonathan Knowles Date: Fri, 15 Jan 2021 11:36:57 +0000 Subject: [PATCH] Add top-level documentation for module `RoundRobin`. --- .../Wallet/Primitive/CoinSelection/MA/RoundRobin.hs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/core/src/Cardano/Wallet/Primitive/CoinSelection/MA/RoundRobin.hs b/lib/core/src/Cardano/Wallet/Primitive/CoinSelection/MA/RoundRobin.hs index 279ead30291..20d0888ebea 100644 --- a/lib/core/src/Cardano/Wallet/Primitive/CoinSelection/MA/RoundRobin.hs +++ b/lib/core/src/Cardano/Wallet/Primitive/CoinSelection/MA/RoundRobin.hs @@ -5,6 +5,16 @@ {-# LANGUAGE OverloadedLabels #-} {-# LANGUAGE ScopedTypeVariables #-} +-- | +-- Copyright: © 2021 IOHK +-- License: Apache-2.0 +-- +-- Provides an implementation of the Random-Round-Robin coin selection +-- algorithm for multi-asset UTxO sets. +-- +-- See documentation for the 'performSelection' function for more details on +-- how to perform a selection. +-- module Cardano.Wallet.Primitive.CoinSelection.MA.RoundRobin ( -- * Performing a selection