腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(54)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
文本匹配部分
## DN [
Pattern-Matching
] glob,regex## More text的语法
浏览 0
修改于2023-01-30
得票数 -1
1
回答
警告8:这种模式匹配并非详尽无遗。下面是一个不匹配的例子
r) ->104 | Node (remove newy l,newy, r) Warning 8: this
pattern-matching
浏览 5
修改于2022-03-05
得票数 0
2
回答
我如何才能使‘-> x’变得详尽无遗?
在Ocaml中,我有以下功能:因此,我收到以下警告: this
pattern-matching
is not exhaustive.
浏览 1
提问于2013-08-31
得票数 2
回答已采纳
1
回答
Ocaml:风格不佳,此模式匹配中的所有子句都受到保护
我得到了一个"Error: Warning 25: bad style, all clauses in this
pattern-matching
are guarded" “守卫”是什么意思?
浏览 1
修改于2011-12-15
得票数 7
回答已采纳
2
回答
Haskell: Existential类型的记录更新
test.hs:10:8: Use
pattern-matching
test.hs:13:8: Use
pattern-matching
浏览 0
提问于2011-01-03
得票数 6
回答已采纳
1
回答
如何改进匹配模式提取Ocaml中的第二项列表
let _::b::_ = [1;2] in b 编译器给出警告Warning 8: this
pattern-matching
is not exhaustive.
浏览 2
提问于2020-10-26
得票数 0
回答已采纳
1
回答
警告是什么意思?
# let [x;y;z] = [1;2;3];; Warning P: this
pattern-matching
is not exhaustive.
浏览 2
提问于2013-01-27
得票数 3
1
回答
OCaml -警告8:此模式匹配不是详尽的
replace_helper xs (pred n) (x :: acc) replace_helper tape position [] ;; 这是警告 Warning 8: this
pattern-matching
浏览 7
提问于2021-01-03
得票数 0
回答已采纳
1
回答
比较OCaml中的两个整数列表
Characters 125-131: ^^^^^^ let (h::t) = l1 and (hh::tt) = l2 inWarning 8: this
pattern-matching
浏览 0
修改于2016-05-30
得票数 2
回答已采纳
2
回答
列表值之间的匹配
我想写一些干净的
pattern-matching
代码。
浏览 4
修改于2016-08-03
得票数 1
回答已采纳
2
回答
使用正则表达式提取文本
我必须提取为此,我使用了 ^<strong>(
浏览 4
提问于2012-02-07
得票数 1
回答已采纳
3
回答
将函数应用于OCaml中的已知参数列表时,如何避免出现警告?
但它会产生警告: Warning P: this
pattern-matching
is not exhaustive.
浏览 2
提问于2009-12-03
得票数 2
回答已采纳
1
回答
在类型上使用“with”会生成“警告4:这种模式匹配是脆弱的”。
然而,我注意到,当我这样做时,我会收到以下关于我的类型的警告:生成此警告: File "hit.ml", line 6, characters 5-27: Warning 4: this
pattern-matching
浏览 4
修改于2016-02-24
得票数 5
1
回答
嵌套模式匹配不是详尽的警告
> let x::l = List.rev ds in "woot";;line 3, characters 14-18: Warning 8: this
pattern-matching
浏览 2
提问于2018-11-07
得票数 0
回答已采纳
3
回答
匹配OCaml中的"*“
String.concat " " [Bytes.to_string s; string_of_list rest ""]Warning 8: this
pattern-matching
浏览 1
修改于2015-11-02
得票数 0
回答已采纳
2
回答
如何消除“这种模式匹配并非详尽无遗.”的警告?
split_var_val tail in | _ -> raise X_no_match ;;this
pattern-matching
浏览 1
修改于2021-02-07
得票数 0
回答已采纳
1
回答
这种模式匹配在OCaml中并不详尽。
n_elem t (n-1);;Warning 8: this
pattern-matching
浏览 3
修改于2014-03-29
得票数 3
回答已采纳
1
回答
OCaml合并排序函数
<fun>File "prac.ml", line 13, characters 2-44:File "prac.ml", line 19, characters 2-39: Warning 8: this
pattern-ma
浏览 4
修改于2013-11-15
得票数 1
回答已采纳
2
回答
使用假设删除匹配语句中的案例
上面的例子给出了Error: Non exhaustive
pattern-matching
: no clause found for pattern 0。 如何使用H不需要为0提供模式
浏览 5
提问于2014-09-23
得票数 2
回答已采纳
2
回答
为什么可空的模式匹配会导致语法错误?
我喜欢在
pattern-matching
上使用nullable int,即int?object tobj = t; if (tobj is int?
浏览 1
修改于2019-04-11
得票数 32
回答已采纳
第 2 页
第 3 页
点击加载更多
领券