From 363b43b25df5ab03b7954a421a00303668eea7eb Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Mon, 13 Apr 2009 08:44:32 -0400 Subject: Simplify type class requirement for tree demo --- demo/prose | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demo/prose') diff --git a/demo/prose b/demo/prose index d82ef7b5..1639301e 100644 --- a/demo/prose +++ b/demo/prose @@ -104,7 +104,7 @@ tree.urp
  • SQL field names id (for primary keys) and parent (for parent links)
  • A type-level record cols of field names besides id and parent
  • "Proofs" that id is distinct from parent and that neither of id and parent appears in cols
  • -
  • Witnesses that both key and option key belong to the type class sql_injectable, which indicates that they are fair game to use with SQL
  • +
  • A witness that key belongs to the type class sql_injectable_prim, which indicates that both key and option key are fair game to use with SQL
  • An SQL table tab, containing a field id of type key, a field parent of type option key, and every field of cols
  • -- cgit v1.2.3