haddock module headers

This commit is contained in:
crumbtoo
2023-11-27 17:50:34 -07:00
parent 77f0e7521e
commit 32200a67af
6 changed files with 27 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
{-|
Module : Core.Syntax
Description : Core ASTs and the like
-}
{-# LANGUAGE PatternSynonyms, OverloadedStrings #-}
module Core.Syntax
( Expr(..)