diff options
| author | krasimir <krasimir@chalmers.se> | 2010-07-31 12:52:20 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2010-07-31 12:52:20 +0000 |
| commit | 067d908aa3f77e0690cceab442a26661eb1ae860 (patch) | |
| tree | 59aff20560376c01e9c56f6a7e3427ceabb52061 /src/runtime/haskell/PGF.hs | |
| parent | b351c9d9ddfddc6d419649b55f516d51cffbe0c6 (diff) | |
now the meta id of the meta variables is accessible via the PGF API
Diffstat (limited to 'src/runtime/haskell/PGF.hs')
| -rw-r--r-- | src/runtime/haskell/PGF.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/haskell/PGF.hs b/src/runtime/haskell/PGF.hs index c387521a7..652399f69 100644 --- a/src/runtime/haskell/PGF.hs +++ b/src/runtime/haskell/PGF.hs @@ -47,7 +47,7 @@ module PGF( mkStr, unStr, mkInt, unInt, mkDouble, unDouble, - mkMeta, isMeta, + mkMeta, unMeta, -- * Operations -- ** Linearization |
