Head
Everything on SkillVeris tagged Head — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Study Notes(2)
Lists in Prolog
Learn how Prolog represents lists as recursive [Head|Tail] structures and how unification lets you construct, deconstruct, and pattern-match them.
What Are Branches?
Learn what a Git branch actually is under the hood — a lightweight, movable pointer to a commit — and why this makes branching in Git cheap and fast.