PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my settings
my profile
Public Pastes
Working YouPorn Pa...
0 sec ago
cleanup_files.pl
Perl | 6 sec ago
Untitled
8 sec ago
Untitled
15 sec ago
Untitled
21 sec ago
Case insensitive p...
22 sec ago
Untitled
22 sec ago
Untitled
27 sec ago
f# - Two classes, getting “type is not defined” error
By: a guest on Jan 28th, 2012 | syntax:
None
| size: 0.23 KB | hits: 20 | expires: Never
download
|
raw
|
embed
|
report abuse
Copied
namespace Ganymede.Versioning
type foo = class
val Bar : bar
new(input) = { Bar = input }
end
namespace Ganymede.Versioning
type bar = class
val Test : string
new (input) = { Test = input; }
end
create a
new version
of this paste
RAW Paste Data
namespace Ganymede.Versioning type foo = class val Bar : bar new(input) = { Bar = input } end namespace Ganymede.Versioning type bar = class val Test : string new (input) = { Test = input; } end