diff options
author | johnvg | 2011-04-12 14:28:38 +0000 |
---|---|---|
committer | johnvg | 2011-04-12 14:28:38 +0000 |
commit | 16611833c11257bcf9f2cb425edb742092fb2aec (patch) | |
tree | 2ca6ec763867e1cf419e15685528c3461c2e79b3 /frontend/utilities.dcl | |
parent | add BETypeSymbolNoMark to the 64 bit version (diff) |
allow qualified imports of class members
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1915 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/utilities.dcl')
-rw-r--r-- | frontend/utilities.dcl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/frontend/utilities.dcl b/frontend/utilities.dcl index bd11ea6..8ffad4f 100644 --- a/frontend/utilities.dcl +++ b/frontend/utilities.dcl @@ -211,6 +211,3 @@ isEmptyBag :: !(Bag x) -> Bool } partitionateDAG :: !DAG ![Int] -> [[Int]] - -replaceTwoDimArrElt :: !Int !Int !.e !{!*{!.e}} -> (!.e, !{!.{!.e}}) - // like "replace" for one dimensional arrays
\ No newline at end of file |