This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Trying to prove ladr3(ladr2(A,B))=ladr1 :- ladr3(ladr2(C,ladr2(ladr2(A,B),ladr0)))=ladr0 from : | |
:- X=X | |
ladr3(ladr2(A,B))=ladr1,ladr3(ladr2(ladr2(ladr2(A,B),ladr0),C))=ladr1 :- | |
:- ladr3(ladr2(A,B))=ladr1,ladr3(ladr2(B,A))=ladr0 | |
refute | |
command: [31mclass at.logic.gapt.provers.atp.commands.replay.SetClauseWithProofCommand[0m, data: () | |
command: [31mclass at.logic.gapt.provers.atp.commands.sequents.SetTargetClause[0m, data: () | |
command: [31mclass at.logic.gapt.provers.atp.commands.refinements.simple.SimpleRefinementGetCommand[0m, data: () | |
command: [31mclass at.logic.gapt.provers.atp.commands.robinson.VariantsCommand$[0m, data: (InitialType( :- X=X),InitialType(ladr3(ladr2(A,B))=ladr1,ladr3(ladr2(ladr2(ladr2(A,B),ladr0),C))=ladr1 :- )) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
group: grades dataset | |
description[[ Dataset for some questions in Ex2 | |
* the relation _Studied_ contains grades of sid per course | |
* the relation _Course_ contains tid and room per course | |
* the relation _Teacher_ contains name and department per teacher | |
]] | |
Studied = { sid course grade |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
group: grades dataset | |
description[[ Dataset for some questions in Ex2 | |
* the relation _Studied_ contains grades of sid per course | |
* the relation _Course_ contains tid and room per course | |
* the relation _Teacher_ contains name and department per teacher | |
]] | |
Studied = { sid course grade | |
1, db, 10 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
group: grades dataset | |
description[[ Dataset for some questions in Ex2 | |
* the relation _Studied_ contains grades of sid per course | |
* the relation _Course_ contains tid and room per course | |
* the relation _Teacher_ contains name and department per teacher | |
]] | |
Studied = { sid course grade | |
1, db, 10 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(* | |
Copyright 2008-2016 Nikhil Swamy and Microsoft Research | |
Licensed under the Apache License, Version 2.0 (the "License"); | |
you may not use this file except in compliance with the License. | |
You may obtain a copy of the License at | |
http://www.apache.org/licenses/LICENSE-2.0 | |
Unless required by applicable law or agreed to in writing, software |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dsenv: FStar_ToSyntax_Env.env = | |
{FStar_ToSyntax_Env.curmodule = None; curmonad = None; | |
modules = | |
[({FStar_Ident.ns = []; | |
ident = | |
{FStar_Ident.idText = "Prims"; | |
idRange = | |
{FStar_Range.def_range = 432354367837044740L; | |
use_range = 432354367837044740L}}; | |
nsstr = ""; str = "Prims"}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
t: FStar_Syntax_Syntax.typ = | |
{FStar_Syntax_Syntax.n = | |
FStar_Syntax_Syntax.Tm_arrow | |
([({FStar_Syntax_Syntax.ppname = | |
{FStar_Ident.idText = "x"; | |
idRange = | |
{FStar_Range.def_range = 468376023398924290L; | |
use_range = 468376023398924290L}}; | |
index = <abstr>; | |
sort = |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
t: FStar_Syntax_Syntax.typ = | |
{FStar_Syntax_Syntax.n = | |
FStar_Syntax_Syntax.Tm_arrow | |
([({FStar_Syntax_Syntax.ppname = | |
{FStar_Ident.idText = "x"; | |
idRange = | |
{FStar_Range.def_range = 468376023398924290L; | |
use_range = 468376023398924290L}}; | |
index = <abstr>; | |
sort = |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
se: FStar_Syntax_Syntax.sigelt = | |
FStar_Syntax_Syntax.Sig_let | |
((true, | |
[{FStar_Syntax_Syntax.lbname = | |
FStar_Util.Inr | |
{FStar_Syntax_Syntax.fv_name = | |
{FStar_Syntax_Syntax.v = | |
{FStar_Ident.ns = | |
[{FStar_Ident.idText = "Simple"; | |
idRange = |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lbs: FStar_Syntax_Syntax.letbindings = | |
(true, | |
[{FStar_Syntax_Syntax.lbname = | |
FStar_Util.Inr | |
{FStar_Syntax_Syntax.fv_name = | |
{FStar_Syntax_Syntax.v = | |
{FStar_Ident.ns = | |
[{FStar_Ident.idText = "Simple"; | |
idRange = | |
{FStar_Range.def_range = 468374918518554626L; |
OlderNewer