Mercurial > cpdt > repo
view src/GeneralRec.v @ 350:ad315efc3b6b
Stub out new chapter
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 26 Oct 2011 11:19:52 -0400 |
parents | |
children | bb1a470c1757 |
line wrap: on
line source
(* Copyright (c) 2006, 2011, Adam Chlipala * * This work is licensed under a * Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 * Unported License. * The license text is available at: * http://creativecommons.org/licenses/by-nc-nd/3.0/ *) (* begin hide *) Require Import List. Require Import CpdtTactics. Set Implicit Arguments. (* end hide *) (** %\chapter{General Recursion}% *)