commit 9a232fab13e8e8f32dd212be2c49889b8eca68dc parent aeb4a18a7782655b6a0e01e6546479368e08ce19 Author: Drew DeVault <sir@cmpwn.com> Date: Thu, 29 Apr 2021 10:44:21 -0400 hare::types: add README Signed-off-by: Drew DeVault <sir@cmpwn.com> Diffstat:
A | hare/types/README | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/hare/types/README b/hare/types/README @@ -0,0 +1,3 @@ +hare::types provides an implementation of the Hare type system. See [[store]] to +initialize a type store and [[lookup]] for looking up Hare types from their +[[hare::ast]] representation.