forked from GitHub/gf-core
Minor cleanup
This commit is contained in:
@@ -70,3 +70,9 @@ walking = LPGF {
|
||||
})
|
||||
]
|
||||
}
|
||||
|
||||
-- | Helper for building concat trees
|
||||
mkConcat :: [LinFun] -> LinFun
|
||||
mkConcat [] = LFEmpty
|
||||
mkConcat [x] = x
|
||||
mkConcat xs = foldl1 LFConcat xs
|
||||
|
||||
Reference in New Issue
Block a user