good enough. good enough. good enough. good enoguh.jjhbjhfsfbsjhdsfjbhsdbjhdfsbhjlbahjfdaojuai
This commit is contained in:
10
src/Compiler/RLPC.hs
Normal file
10
src/Compiler/RLPC.hs
Normal file
@@ -0,0 +1,10 @@
|
||||
{-# LANGUAGE GeneralisedNewtypeDeriving #-}
|
||||
module Compiler.RLPC
|
||||
( RLPC(..)
|
||||
)
|
||||
where
|
||||
|
||||
-- TODO: fancy errors
|
||||
newtype RLPC a = RLPC { runRLPC :: Either String a }
|
||||
deriving (Functor, Applicative, Monad)
|
||||
|
||||
Reference in New Issue
Block a user