Skip to content

Add missing spec, remove unreachable code

Heinz N. Gies requested to merge gh-51bba7ca/1/davecromberge/master into master

Created by: davecromberge

Pattern in preceding fun will always match, all others being equal:

[{FileBase, F} | FileRest] matches lists of length > 1, including length 2
[First, {FileBase, F}] matches lists of length exactly 2

Merge request reports