Skip to content

Commit

Permalink
Add docstring to extraSpells module
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt authored Sep 5, 2023
1 parent 6c91866 commit 2126eac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/difference/core/quint_model/extraSpells.qnt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-*- mode: Bluespec; -*-
// This module is just a library with utility functions (sometimes called spells in Quint).
module extraSpells {

pure def prepend(__list: List[a], __elem: a): List[a] = {
Expand Down

0 comments on commit 2126eac

Please sign in to comment.