qute-symex-0.1.0: A symbolic execution engine for the QBE intermediate language.
Safe HaskellNone
LanguageGHC2021

Language.QBE.Backend

Synopsis

Documentation

prefixLength :: Eq a => [a] -> [a] -> Int Source #

Determine the length of the common prefix of two lists.