Show
Ignore:
Timestamp:
05/27/05 04:09:08 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
5515
Message:

* fix nonembed

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Embed/Perl5.hs

    r3945 r3951  
    77type PerlInterpreter = () 
    88type PerlSV = () 
     9type PugsVar = () 
    910 
    1011constFail :: a -> IO b 
     
    3536svToVal = constFail 
    3637 
     38mkVal :: (Show a) => a -> IO PugsVal 
     39mkVal = return () 
     40 
    3741mkValRef :: a -> IO PerlSV 
    38 mkValRef = constFail 
     42mkValRef = return () 
    3943 
    4044vstrToSV :: String -> IO PerlSV