src/HOL/Vimage.thy
author wenzelm
Mon, 30 Aug 1999 14:11:47 +0200
changeset 7391 b7ca64c8fa64
parent 4648 f04da668581c
child 7515 0c05469cad57
permissions -rw-r--r--
'iff' attribute;

Vimage = Set +

consts
  "-``"          :: ['a => 'b, 'b set] => ('a set)   (infixr 90)

defs
  vimage_def     "f-``B           == {x. f(x) : B}"

end