aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/README.md b/modules/README.md
index d9b5839..13179e6 100644
--- a/modules/README.md
+++ b/modules/README.md
@@ -3,6 +3,8 @@ jai-modules
Modules for the language being developed by Thekla, Inc.
+Available at https://github.com/gudinoff/jai-modules
+
# Saturation
This module provides basic integer [saturation arithmetic](https://en.wikipedia.org/wiki/Saturation_arithmetic) procedures: `add`, `sub`, `mul`, and `div`.