Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/formal-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
/tmp/nixcache"

formal-spec-html:
name: "Generate HTML"
name: "Generate Web Documentation"
needs: formal-spec-typecheck
runs-on: ubuntu-22.04
outputs:
Expand Down
3 changes: 3 additions & 0 deletions formal-spec/Leios/Base.agda
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{-# OPTIONS --safe #-}

-- | The Base module defines core components for the base layer of Leios protocol.
-- | It includes stake distribution, ranking blocks, and base layer abstractions.

open import Leios.Prelude
open import Leios.Abstract
open import Leios.VRF
Expand Down
Loading