私は、次のコードを持っている: tmp.agda:7,1-8,12
I'm not sure if there should be a case for the constructor less,
because I get stuck when trying to solve the following unification
problems (inferred index ≟ expe
私は3つ以下の要素のリストをソートするソート関数を作ろうとしていますが、パターンマッチングは私を混乱させます。 (12 - (7,1):fun.hs: intCMP :: Int -> Int -> Ordering
intCMP a b | a == b =EQ
| a < b = LT
| otherwise = GT
sort3 :: Ord a => (a
スカラでは、オブジェクトリストを反復し、要素の属性の1つのタイプに基づいて値の配列を作成するための理解ができますか?だから私は、要素のリストを持っていると仮定し、各要素には属性があり、属性が異なったタイプかもしれない... for (element <- elementList) element.attribute match {
case a: Type1 => "Type1"
case a