i1 : newPackage "Foo" o1 = Foo o1 : Package |
i2 : export abc
o2 = {abc}
o2 : List
|
i3 : abc = 3 o3 = 3 |
i4 : dictionaryPath
o4 = {SimpleDoc.Dictionary, Foo#"private dictionary", Foo.Dictionary,
------------------------------------------------------------------------
Elimination.Dictionary, LLLBases.Dictionary, IntegralClosure.Dictionary,
------------------------------------------------------------------------
PrimaryDecomposition.Dictionary, Classic.Dictionary,
------------------------------------------------------------------------
TangentCone.Dictionary, ReesAlgebra.Dictionary,
------------------------------------------------------------------------
ConwayPolynomials.Dictionary, Core.Dictionary, OutputDictionary,
------------------------------------------------------------------------
PackageDictionary}
o4 : List
|
i5 : endPackage "Foo" o5 = Foo o5 : Package |
i6 : peek oo
o6 = Package{configuration file name => null }
Dictionary => Foo.Dictionary
example inputs => MutableHashTable{}
example results => MutableHashTable{}
exported mutable symbols => {}
exported symbols => {abc}
index.html => /builddir/build/BUILD/Macaulay2-1.5/StagingArea/common/share/doc/Macaulay2/Foo/html/index.html
loadDepth => 3
Options => OptionTable{Authors => {} }
AuxiliaryFiles => false
CacheExampleOutput => null
Certification => null
Configuration => {}
Date => null
DebuggingMode => false
Headline => null
HomePage => null
InfoDirSection => Macaulay2 and its packages
PackageExports => {}
PackageImports => {}
Reload => false
Version => 0.0
package prefix => /builddir/build/BUILD/Macaulay2-1.5/StagingArea/
private dictionary => Foo#"private dictionary"
processed documentation => MutableHashTable{}
raw documentation => MutableHashTable{}
source directory => /tmp/M2-29557-0/120-rundir/
source file => stdio
test inputs => MutableHashTable{}
test number => 0
title => Foo
undocumented keys => MutableHashTable{}
|
i7 : dictionaryPath
o7 = {Foo.Dictionary, SimpleDoc.Dictionary, User#"private dictionary",
------------------------------------------------------------------------
User.Dictionary, Elimination.Dictionary, LLLBases.Dictionary,
------------------------------------------------------------------------
IntegralClosure.Dictionary, PrimaryDecomposition.Dictionary,
------------------------------------------------------------------------
Classic.Dictionary, TangentCone.Dictionary, ReesAlgebra.Dictionary,
------------------------------------------------------------------------
ConwayPolynomials.Dictionary, Core.Dictionary, OutputDictionary,
------------------------------------------------------------------------
PackageDictionary}
o7 : List
|
i8 : abc o8 = 3 |