Literal -> Lit, LitE -> Lit
This commit is contained in:
@@ -32,7 +32,7 @@ rhssOf = fromList . fmap f
|
||||
|
||||
isAtomic :: Expr b -> Bool
|
||||
isAtomic (Var _) = True
|
||||
isAtomic (LitE _) = True
|
||||
isAtomic (Lit _) = True
|
||||
isAtomic _ = False
|
||||
|
||||
----------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user