From d22c013e4e74889a82004b05aab1158b98cfafc9 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 14 Dec 2023 20:14:49 +0100 Subject: Minor documentation fixes --- std/Number/Ternary.bruijn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'std/Number/Ternary.bruijn') diff --git a/std/Number/Ternary.bruijn b/std/Number/Ternary.bruijn index e9b402c..e1b3893 100644 --- a/std/Number/Ternary.bruijn +++ b/std/Number/Ternary.bruijn @@ -1,7 +1,6 @@ # MIT License, Copyright (c) 2022 Marvin Borner -# This file defines the most basic mathematical operations +# ternary implementation of T.Æ. Mogensen and Douglas W. Jones (see refs in README) # → refer to std/Math for more advanced functions -# Heavily inspired by the works of T.Æ. Mogensen and Douglas W. Jones (see refs in README) :import std/Box B :import std/Combinator . -- cgit v1.2.3