From 42af397e8759ad5ffbba10f44c0193b2f6bd42fc Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 24 Jul 2002 09:47:49 +0000 Subject: [PATCH] [project @ 2002-07-24 09:47:49 by simonmar] Documentation for #offset --- ghc/docs/users_guide/utils.sgml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ghc/docs/users_guide/utils.sgml b/ghc/docs/users_guide/utils.sgml index 8561287..6eb8ada 100644 --- a/ghc/docs/users_guide/utils.sgml +++ b/ghc/docs/users_guide/utils.sgml @@ -473,6 +473,16 @@ tags: + #offset struct_type, field + + Computes the offset, in bytes, of + field in + struct_type. It will have type + Int. + + + + #enum type, constructor, value, value, ... A shortcut for multiple definitions which use -- 1.7.10.4