Skip to content

Commit

Permalink
Update eval.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmy committed May 6, 2024
1 parent aeaf642 commit 36e4949
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/eval.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ const TLA_STANDARD_MODULES = [
// https://github.com/tlaplus/CommunityModules/blob/master/modules
const TLA_COMMUNITY_MODULES = [
"SequencesExt",
"FiniteSetsExt"
"FiniteSetsExt",
"Functions",
"Folds"
]

const TLA_COMMUNITY_MODULES_BASE_URL = "https://raw.githubusercontent.com/tlaplus/CommunityModules/master/modules";
Expand Down

0 comments on commit 36e4949

Please sign in to comment.