Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Fredrik Wieczerkowski
curry-libs
Commits
43c59209
Commit
43c59209
authored
Jun 21, 2014
by
Jan Rasmus Tikovsky
Browse files
Added library for new equational constraint (:=:)
parent
70eae657
Changes
2
Hide whitespace changes
Inline
Side-by-side
EQConstraints.curry
0 → 100644
View file @
43c59209
module EQConstraints where
infix 4 :=:
(:=:) :: a -> a -> Success
(:=:) external
-- (:/=:) :: a -> a -> Success
-- (:/=:) external
External_EQConstraints.hs
0 → 100644
View file @
43c59209
import
Debug.Trace
as
DT
external_d_OP_colon_eq_colon
::
Unifiable
a
=>
a
->
a
->
Cover
->
ConstStore
->
C_Success
external_d_OP_colon_eq_colon
=
(
=:=#
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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