Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/escomma/ex17.hs

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


--------------------------------------------------------------------------------
import DC
import Circuit
import Print

import Array

circuit :: ESim -> [Device]      
circuit z0 = (res1 1 2 0 1.0 z0) ++ 
             (cccs1 2 2 0 3 1 2 z0) ++
             (res1 3 3 0 1.0 z0) ++
             (vsrc1 4 1 0 (1.0) z0)  

                       
m = dcOP1 [] [] circuit  

main = opPrint m

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.