From faffe0a7ba60edff29afc27a450947ad9a8b0cc9 Mon Sep 17 00:00:00 2001 From: Jacob Neumann Date: Tue, 4 May 2021 18:58:07 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a769f9d..0491bfe 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,4 @@ This repository contains an auxiliary library for Standard ML, meant as a supple ## Modules List - `Timing`: Provide common utilites relating to date, time, and timing. _datatypes, higher-order functions, order_ - `Language`: Various combinators for `string -> bool` functions. _higher-order functions_ -- `Regexp`: Regular expression matcher. _datatypes,continuation passing style, exceptions_ +- `Regexp`: Regular expression matcher. _datatypes, equality types, continuation passing style, exceptions_