Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clean-libraries
Commits
8f6fb4d2
Commit
8f6fb4d2
authored
May 15, 2008
by
Rinus Plasmeijer
Browse files
*** empty log message ***
parent
f5c503fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
libraries/graph_copy/dynamic_string.dcl
View file @
8f6fb4d2
...
...
@@ -3,7 +3,7 @@ definition module dynamic_string
import
StdDynamic
dynamic_to_string
::
!
Dynamic
->
*{#
Char
}
string_to_dynamic
::
*{#
Char
}
->
Dynamic
string_to_dynamic
::
*{#
Char
}
->
.
Dynamic
copy_to_string
::
!.
a
->
*{#
Char
}
copy_from_string
::
!*{#
Char
}
->
(.
a
,!
Int
)
libraries/graph_copy/dynamic_string.icl
View file @
8f6fb4d2
...
...
@@ -27,7 +27,7 @@ dynamic_to_string :: !Dynamic -> *{#Char}
dynamic_to_string
d
=
copy_to_string
d
string_to_dynamic
::
*{#
Char
}
->
Dynamic
string_to_dynamic
::
*{#
Char
}
->
.
Dynamic
string_to_dynamic
s
#
(
d
,_)
=
copy_from_string
s
=
d
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment