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,10 @@
{-|
Module : Compiler.RLPC
Description : Tools used to glue each piece of RLPC together
This module implements the toolset common to the entire compiler, most notably
errors and the family of RLPC monads.
-}
{-# LANGUAGE GeneralisedNewtypeDeriving, StandaloneDeriving #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE DeriveGeneric, DerivingStrategies, DerivingVia #-}