Skip to content

Commit

Permalink
fixed header comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmckinna committed Jan 22, 2025
1 parent d21c942 commit c75b172
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Data/Bool/ListAction.agda
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
------------------------------------------------------------------------
-- The Agda standard library
--
-- Natural numbers: sum and product of lists
-- Booleans: conjunction and disjunction of lists
--
-- Issue #2553: this is a compatibility stub module,
-- ahead of a more thorough breaking set of changes.
-- ahead of a more thorough refactoring in terms of
-- `Data.List.Effectful.Foldable.foldmap`.
------------------------------------------------------------------------

{-# OPTIONS --cubical-compatible --safe #-}
Expand Down

0 comments on commit c75b172

Please sign in to comment.