hermit-0.3.1.0: Haskell Equational Reasoning Model-to-Implementation Tunnel

Safe HaskellNone

HERMIT.Shell.Externals

Synopsis

Documentation

interpShellCommand :: [Interp ShellCommand]Source

Interpret a boxed thing as one of the four possible shell command types.

showRefactorTrail :: (Eq a, Show a) => [(a, [String], a)] -> [(a, String)] -> a -> a -> [String]Source