From 9144cf6f55e7b0308fcf54fe250a4594c16db824 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Mon, 19 Feb 2024 07:43:05 +0000 Subject: [PATCH] docs --- src/HashCash.elm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/HashCash.elm b/src/HashCash.elm index e92667b..faf29d6 100644 --- a/src/HashCash.elm +++ b/src/HashCash.elm @@ -2,10 +2,6 @@ module HashCash exposing (findNonce) {-| This module provides functions for generating and validating HashCash values. -# Types - -@docs Nonce - # Functions @docs findNonce